Skip to content

Commit 9d044a4

Browse files
authored
Merge pull request #29 from tf-maam/linux_local_install
Instructions for a local installation on Linux
2 parents 491f9be + 6d65dc5 commit 9d044a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ cd target/release
4848
./nat
4949
```
5050

51+
To install nat locally
52+
```bash
53+
cd /tmp/nat
54+
cargo install --path .
55+
```
56+
and add this line to your `$HOME/.bashrc`
57+
58+
```bash
59+
export PATH=$PATH:$HOME/.cargo/bin
60+
```
61+
5162
### On Arch Linux
5263
```bash
5364
yay -S nat-git

0 commit comments

Comments
 (0)