Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/book/v1/setup/setup-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Move inside your home directory (it is `/home/` followed by your AlmaLinux9 user
cd ~
```

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

```shell
git clone --branch almalinux9 --single-branch https://github.com/dotkernel/development.git
git clone --branch alma-linux-9 --single-branch https://github.com/dotkernel/development.git
```

Move inside the directory `development/wsl`:
Expand Down
4 changes: 2 additions & 2 deletions wsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ Move inside your home directory (it is `/home/` followed by your AlmaLinux9 user
cd ~
```

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

```shell
git clone --branch almalinux9 --single-branch https://github.com/dotkernel/development.git
git clone --branch alma-linux-9 --single-branch https://github.com/dotkernel/development.git
```

Move inside the directory `development/wsl`:
Expand Down