Skip to content

Commit 2a1840d

Browse files
authored
Update README.md
1 parent 913c3a4 commit 2a1840d

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# wsl-init-script
2-
My personal WSL2 init script
1+
# WSL2 Init Script
2+
3+
The script I use to streamline my fresh WSL2 setup.
4+
5+
## Usage
6+
7+
Clone the repository:
8+
9+
```shell
10+
git clone https://github.com/overflowy/wsl-init-script.git
11+
```
12+
13+
Change into the directory:
14+
15+
```shell
16+
cd wsl-init-script
17+
```
18+
19+
Make the script executable:
20+
21+
```shell
22+
chmod +x wsl-init-script.sh
23+
```
24+
25+
Run the script:
26+
27+
```shell
28+
./wsl-init-script.sh
29+
```

0 commit comments

Comments
 (0)