Skip to content

Commit

Permalink
Fixing 'command not found' error: Step 4 (#106)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent d91824e commit 680bcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/steps/4-personalize-codespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Let's see how this works!

sudo apt-get update
sudo apt-get install sl
export PATH=$PATH:/usr/games
echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc
```

1. Save the file.
Expand Down

0 comments on commit 680bcfb

Please sign in to comment.