Skip to content

Commit

Permalink
add alias info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepy3 committed Mar 20, 2024
1 parent f3be181 commit a3ec36f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/gardenshed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Alias configuration

### Mac
add the following to the end of your `.zprofile`:
```alias spade="cd ~/Work/sprig/firmware/spade"
export PATH=/Users/graham/Work/sprig/firmware/gardenshed:$PATH
alias gardenshed="python3 /Users/graham/Work/sprig/firmware/gardenshed/gardenshed.py"
alias gs="python3 /Users/graham/Work/sprig/firmware/gardenshed/gardenshed.py"
```
### Ubuntu
add the following to the end of your `.bash-rc`:
```alias spade="cd ~/Work/sprig/firmware/spade"
export PATH=/Users/graham/Work/sprig/firmware/gardenshed:$PATH
alias gardenshed="python3 /Users/graham/Work/sprig/firmware/gardenshed/gardenshed.py"
alias gs="python3 /Users/graham/Work/sprig/firmware/gardenshed/gardenshed.py"
```

0 comments on commit a3ec36f

Please sign in to comment.