Skip to content

Commit 03b8557

Browse files
authored
Merge pull request #4 from runcode-io/1_91_1
updated readme
2 parents 76f1aae + 2a0c44c commit 03b8557

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

README.md

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -76,48 +76,3 @@ Docker / the Codespace should have at least **4 Cores and 6 GB of RAM (8 GB reco
7676

7777
## Legal
7878
This project is not affiliated with Microsoft Corporation.
79-
80-
81-
82-
83-
84-
85-
86-
87-
88-
89-
90-
91-
92-
93-
94-
docker run -it --network=host -v "$(pwd):/home/" ubuntu:22.04
95-
96-
97-
apt update && apt install sudo git wget build-essential
98-
99-
sudo apt update && sudo apt upgrade -y
100-
sudo apt-get install -y libkrb5-dev libx11-dev libxkbfile-dev pkg-config libsecret-1-dev
101-
102-
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
103-
104-
source /root/.bashrc
105-
106-
nvm install 20.14.0
107-
108-
corepack enable
109-
110-
git config --global --add safe.directory /home
111-
112-
113-
114-
115-
docker run -itd -p 8000:8000 -v "$(pwd):/home" ubuntu:22.04
116-
apt update && apt upgrade -y && apt install unzip sudo -y
117-
118-
./vscode-reh-web-linux-x64/bin/runcode-server --default-folder=/home/ --host=0.0.0.0
119-
120-
121-
apt-get update && apt-get install -y software-properties-common
122-
add-apt-repository ppa:ubuntu-toolchain-r/test
123-
apt-get update && apt-get install -y libstdc++6

0 commit comments

Comments
 (0)