Skip to content

Commit e0263e0

Browse files
authored
Merge pull request #57 from dotkernel/issue-56
Issue #56: Replace `wsl/config.yml` with dist version to avoid conflicts
2 parents 8c2a354 + 6765be1 commit e0263e0

File tree

5 files changed

+9
-2
lines changed

5 files changed

+9
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ composer.lock
33
docs/html
44
documentation-theme
55
vendor
6+
wsl/config.yml

docs/book/v1/setup/setup-packages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Move inside the directory `development/wsl`:
3030
cd ~/development/wsl/
3131
```
3232

33-
Using your preferred text editor, open `config.yml` where you must fill in the empty fields.
33+
Duplicate `config.yml.dist` as `config.yml`.
34+
35+
Using your preferred text editor, open `config.yml` and fill in the empty fields.
3436

3537
Save and close the file.
3638

docs/book/v1/virtualhosts/create-virtualhost.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Move inside the directory `development/wsl`:
66
cd ~/development/wsl/
77
```
88

9+
If you don't already have a `config.yml` file, duplicate `config.yml.dist` as `config.yml`.
10+
911
Using your preferred text editor, open `config.yml` and, under the `virtualhosts` key, enter the virtualhosts that you want to create, each on its own line.
1012

1113
Already existing virtualhosts will be skipped, their contents will not be lost, no need to comment or remove them.
File renamed without changes.

wsl/os/almalinux9/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ Move inside the directory `development/wsl`:
107107
cd ~/development/wsl/
108108
```
109109

110-
Using your preferred text editor, open `config.yml` where you must fill in the empty fields.
110+
Duplicate `config.yml.dist` as `config.yml`.
111+
112+
Using your preferred text editor, open `config.yml` and fill in the empty fields.
111113

112114
Save and close the file.
113115

0 commit comments

Comments
 (0)