We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb363a commit 1f411fdCopy full SHA for 1f411fd
1 file changed
.github/steps/4-personalize-codespace.md
@@ -45,6 +45,7 @@ Let's see how this works!
45
46
sudo apt-get update
47
sudo apt-get install sl
48
+ alias sl="/usr/games/sl"
49
```
50
51
1. Save the file.
@@ -73,7 +74,7 @@ Let's see how this works!
73
74
1. From the VS Code terminal, type or paste:
75
76
```shell
- /usr/games/sl
77
+ sl
78
79
80
1. Enjoy the show!
0 commit comments