Skip to content

Commit

Permalink
specify absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepy3 committed Mar 20, 2024
1 parent d47e490 commit 88c6b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gardenshed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Shell users should add the following to their terminal startup scripts, such as `.zprofile` on mac or `.bash-rc` on ubuntu:
```
export SPRIG_DIR=sprig/ #replace with directory of your sprig repo
export SPRIG_DIR=/home/shawn/Sauce/sprig/ #replace with directory of your sprig repo
alias spade="cd $SPRIG_DIR/firmware/spade"
alias gardenshed="python3 $SPRIG_DIR/scripts/gardenshed/gardenshed.py"
alias gs="python3 $SPRIG_DIR/scripts/gardenshed/gardenshed.py"
Expand Down

0 comments on commit 88c6b0a

Please sign in to comment.