Skip to content

Commit cf86a8d

Browse files
authored
Merge pull request #64 from dotkernel/alexmerlin-patch-1
Fixed branch names in clone commands
2 parents 8ca18fc + 2f758bf commit cf86a8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Move inside your home directory (it is `/home/` followed by your AlmaLinux9 user
3838
cd ~
3939
```
4040

41-
Clone the `almalinux9` branch of the `dotkernel/development` repository:
41+
Clone the `alma-linux-9` branch of the `dotkernel/development` repository:
4242

4343
```shell
44-
git clone --branch almalinux9 --single-branch https://github.com/dotkernel/development.git
44+
git clone --branch alma-linux-9 --single-branch https://github.com/dotkernel/development.git
4545
```
4646

4747
Move inside the directory `development/wsl`:

wsl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ Move inside your home directory (it is `/home/` followed by your AlmaLinux9 user
123123
cd ~
124124
```
125125

126-
Clone the `almalinux9` branch of the `dotkernel/development` repository:
126+
Clone the `alma-linux-9` branch of the `dotkernel/development` repository:
127127

128128
```shell
129-
git clone --branch almalinux9 --single-branch https://github.com/dotkernel/development.git
129+
git clone --branch alma-linux-9 --single-branch https://github.com/dotkernel/development.git
130130
```
131131

132132
Move inside the directory `development/wsl`:

0 commit comments

Comments
 (0)