Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd91824e

Browse files
authored
Use export command (#103)
1 parent1f411fd commitd91824e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/steps/4-personalize-codespace.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Let's see how this works!
3838
![codespace1](https://user-images.githubusercontent.com/26442605/207355196-71aab43f-35a9-495b-bcfe-bf3773c2f1b3.png)
3939

4040
1. From inside the codespace in the VS Code explorer window, create a new file`setup.sh`.
41-
1.Add the following codeinside of the file:
41+
1.Enter the following codeinto the file:
4242

4343
```bash
4444
#!/bin/bash
4545

4646
sudo apt-get update
4747
sudo apt-get install sl
48-
alias sl="/usr/games/sl"
48+
export PATH=$PATH:/usr/games
4949
```
5050

5151
1. Save the file.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp