Skip to content

Commit 789a0d1

Browse files
committed
Update readme
1 parent 47bc464 commit 789a0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ The file is located in `~/.vscode-oss/argv.json`.
3939

4040
**Alpine linux**
4141

42-
When running on alpine linux, the packages `gcompat`, `libstdc++`, and `procps` are necessary and can be installed via
42+
When running on alpine linux, the packages `libstdc++` and `bash` are necessary and can be installed via
4343
running
4444
```bash
45-
sudo apk add gcompat libstdc++ procps
45+
sudo apk add bash libstdc++
4646
```
4747

4848
## SSH configuration file

0 commit comments

Comments
 (0)