Skip to content

Commit 64bea1c

Browse files
committed
update docs for symlinking in dev
1 parent 8dbf79f commit 64bea1c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ mv tusshi /usr/local/bin/
4444
./linux-install.sh
4545
```
4646

47+
For development it is recommended to create a symlink:
48+
49+
```bash
50+
ln -s $(pwd)/cmd/tusshi/tusshi ~/.local/bin/tusshi
51+
```
52+
4753
### Installing on MacOS
4854

4955
Currently built from source, homebrew support will be added later on.

0 commit comments

Comments
 (0)