Update build instructions
This commit is contained in:
parent
246cbf82cf
commit
f8b974ad01
1 changed files with 11 additions and 4 deletions
15
README.md
15
README.md
|
|
@ -8,10 +8,17 @@ The following tools are required:
|
||||||
- `cargo` and `rustc` (best installed via [rustup](https://rustup.rs/))
|
- `cargo` and `rustc` (best installed via [rustup](https://rustup.rs/))
|
||||||
- `tsc`, the [typescript](https://www.typescriptlang.org/) compiler
|
- `tsc`, the [typescript](https://www.typescriptlang.org/) compiler
|
||||||
|
|
||||||
Once you have installed these tools, run `cargo build --release`.
|
Once you have installed these tools, run the following command to install or
|
||||||
The compiled binary will be located at `target/release/tablejohn`.
|
update tablejohn to `~/.cargo/bin/tablejohn`:
|
||||||
It contains everything needed to run tablejohn.
|
```
|
||||||
No additional files are required.
|
cargo install --force --git https://github.com/Garmelon/tablejohn
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, clone the repo and run `cargo build --release`. The compiled
|
||||||
|
binary will be located at `target/release/tablejohn`.
|
||||||
|
|
||||||
|
The binary produced by either of these steps contains everything needed to run
|
||||||
|
tablejohn. Not additional files are required.
|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue