Skip to content

Commit 680bcfb

Browse files
rustedredswitchhectorsectorsinsukehlab
authored
Fixing 'command not found' error: Step 4 (#106)
* fixing path file * Update .github/steps/4-personalize-codespace.md Co-authored-by: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com> --------- Co-authored-by: Hector Alfaro <hectorsector@github.com> Co-authored-by: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com>
1 parent d91824e commit 680bcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/4-personalize-codespace.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Let's see how this works!
4545

4646
sudo apt-get update
4747
sudo apt-get install sl
48-
export PATH=$PATH:/usr/games
48+
echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc
4949
```
5050

5151
1. Save the file.

0 commit comments

Comments
 (0)