Skip to content

Commit 210c98c

Browse files
committed
Fix the script in the README
The script describing how to run the Snake game by cloning the Pi repository does not work.
1 parent 77f3646 commit 210c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Perfect for small projects, prototypes, jams — or simply to have fun.
5555
* Or clone the Pi repository and modify the example:
5656
```bash
5757
git clone https://github.com/elgopher/pi
58-
cd _examples/snake
58+
cd pi/_examples/snake
5959
# edit main.go to experiment
6060
go run .
6161
```

0 commit comments

Comments
 (0)