We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91824e commit 680bcfbCopy full SHA for 680bcfb
.github/steps/4-personalize-codespace.md
@@ -45,7 +45,7 @@ Let's see how this works!
45
46
sudo apt-get update
47
sudo apt-get install sl
48
- export PATH=$PATH:/usr/games
+ echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc
49
```
50
51
1. Save the file.
0 commit comments