From 680bcfb2c1cfdf74dca2bf8bda2468bdc8cbcd1f Mon Sep 17 00:00:00 2001 From: Alessandro Rosa <108585317+rustedredswitch@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:31:21 +0200 Subject: [PATCH] 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 Co-authored-by: Shinsuke Higashiyama aka Cinzeng Zia <94058150+sinsukehlab@users.noreply.github.com> --- .github/steps/4-personalize-codespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/4-personalize-codespace.md b/.github/steps/4-personalize-codespace.md index ed9a6e5..e6916a5 100644 --- a/.github/steps/4-personalize-codespace.md +++ b/.github/steps/4-personalize-codespace.md @@ -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.