Skip to content

Commit b309f11

Browse files
authored
docs(README): update
1 parent ae19476 commit b309f11

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,26 @@ docker run -it --rm namesmt/linux-stuff:alpine-node-dev
3737
docker run -it --rm namesmt/linux-stuff:node-dev_pnpm8.10.5
3838
```
3939

40-
#### WSL2 Alpine Quick Start:
41-
Follow [Yuka](https://github.com/yuk7/AlpineWSL)'s instruction to install Alpine WSL2
40+
### Available Scripts:
4241

43-
Setting up `node-dev` *([`fnm`](https://github.com/Schniz/fnm) included to manage node version)*:
42+
#### Alpine:
43+
44+
##### `alpine-node-dev` dev environment setup:
45+
*(Tips: Follow [Yuka](https://github.com/yuk7/AlpineWSL)'s instruction to install Alpine WSL2)*
46+
47+
Run `alpine-node-dev` script: *([`fnm`](https://github.com/Schniz/fnm) included to manage node version)*
4448
```sh
45-
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/node-dev.sh -O- | bash
49+
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/alpine/alpine-node-dev.sh -O- | bash
4650
```
4751

48-
#### Additional scripts:
4952
##### Install [fnm](https://github.com/Schniz/fnm) - Fast Node Manager, similar to `nvm`
5053
```sh
51-
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/scripts/install-fnm.sh -O- | sh
54+
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/alpine/scripts/install-fnm.sh -O- | sh
5255
```
5356

5457
##### Install Docker
5558
```sh
56-
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/scripts/install-docker.sh -O- | sh
59+
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/alpine/scripts/install-docker.sh -O- | sh
5760
```
5861
You can call `sh ~/alpine.docker.service.sh` to start the docker service,
5962
And call `sh ~/alpine.docker.service.sh stop` to stop the docker service.
@@ -64,6 +67,14 @@ This package will help you in cases where an app requires glibc and `gcompat` do
6467
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/scripts/install-glibc.sh -O- | sh
6568
```
6669

70+
#### Ubuntu:
71+
72+
##### `ubuntu-node-dev` dev environment setup:
73+
Run `ubuntu-node-dev` script: *([`fnm`](https://github.com/Schniz/fnm) included to manage node version)*
74+
```sh
75+
wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/ubuntu/ubuntu-node-dev.sh -O- | bash
76+
```
77+
6778
---
6879

6980
### Build:

0 commit comments

Comments
 (0)