Skip to content

Commit

Permalink
Use export command (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinsukehlab authored Jul 1, 2024
1 parent 1f411fd commit d91824e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/steps/4-personalize-codespace.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Let's see how this works!
![codespace1](https://user-images.githubusercontent.com/26442605/207355196-71aab43f-35a9-495b-bcfe-bf3773c2f1b3.png)

1. From inside the codespace in the VS Code explorer window, create a new file `setup.sh`.
1. Add the following code inside of the file:
1. Enter the following code into the file:

```bash
#!/bin/bash

sudo apt-get update
sudo apt-get install sl
alias sl="/usr/games/sl"
export PATH=$PATH:/usr/games
```

1. Save the file.
Expand Down

0 comments on commit d91824e

Please sign in to comment.