We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f411fd commit d91824eCopy full SHA for d91824e
.github/steps/4-personalize-codespace.md
@@ -38,14 +38,14 @@ Let's see how this works!
38

39
40
1. From inside the codespace in the VS Code explorer window, create a new file `setup.sh`.
41
-1. Add the following code inside of the file:
+1. Enter the following code into the file:
42
43
```bash
44
#!/bin/bash
45
46
sudo apt-get update
47
sudo apt-get install sl
48
- alias sl="/usr/games/sl"
+ export PATH=$PATH:/usr/games
49
```
50
51
1. Save the file.
0 commit comments