Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ununoctium117 authored Nov 14, 2021
1 parent 896030e commit 069f054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a Triple Triad solver for FFXIV.

## How to Use

* Either build the solver yourself (see below), or download the latest release (coming soon maybe).
* Either build the solver yourself (see below), or download the latest release.
* Because the actual Triple Triad cards themselves (and the NPC data) is owned by Square Enix, it isn't redistributed with this program. Therefore, it will ask you to enter the location of a Github repository that does host the data, and then download and cache it.

## Limitations:
Expand All @@ -27,4 +27,4 @@ It's common for decks to be so much better than others that with perfect play, o

* Install the Rust compiler and package manager: https://www.rust-lang.org/tools/install
* Clone this repository and navigate to where you did so on the command line.
* Build with `cargo build --release`; this will download and compile all dependencies and generate `TripleTriadSolver.exe` in `target/release`.
* Build with `cargo build --release`; this will download and compile all dependencies and generate `TripleTriadSolver.exe` in `target/release`.

0 comments on commit 069f054

Please sign in to comment.