Skip to content

Commit

Permalink
Add instruction for installing from source
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Apr 21, 2020
1 parent 0f9b101 commit e29f7e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ scoop install tre
snap install --devmode --beta tre
```

### From Source

1. Clone this repository: `git clone https://github.com/dduan/tre.git`.
2. Ensure you have Rust and Cargo installed. If not, follow instruction [here](https://rustup.rs).
3. In the root level of this repo, run `cargo build --release`.
4. Move `target/release/tre` to somewhere in your PATH environment variable.

## Editor aliasing

*This feature doesn't work on Windows yet.*
Expand Down

0 comments on commit e29f7e4

Please sign in to comment.