We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913c3a4 commit 2a1840dCopy full SHA for 2a1840d
README.md
@@ -1,2 +1,29 @@
1
-# wsl-init-script
2
-My personal WSL2 init script
+# WSL2 Init Script
+
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
16
+cd wsl-init-script
17
18
19
+Make the script executable:
20
21
22
+chmod +x wsl-init-script.sh
23
24
25
+Run the script:
26
27
28
+./wsl-init-script.sh
29
0 commit comments