Also:
- Added "bookstack" to git clone command to help prevent confusion with
casing of resulting directory.
- Fixed repo link for system CLI.
1. Clone the release branch of the BookStack GitHub repository into a folder.
```bash
-git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch
+git clone https://github.com/BookStackApp/BookStack.git --branch release --single-branch bookstack
```
2. `cd` into the application folder and run `composer install --no-dev`.
3. Copy the `.env.example` file to `.env` and fill with your own database and mail details.
* [GitHub Repository](https://github.com/linuxserver/docker-bookstack)
* [GitHub container package](https://github.com/linuxserver/docker-bookstack/pkgs/container/bookstack)
+* [Example compose stack](https://codeberg.org/bookstack/devops/src/branch/main/config/lsio-docker/docker-compose.yml)
#### solidnerd
### CLI Source Code & Project
-The CLI is maintained as its own project within the [BookStackApp/system-cli GitHub project](https://github.com/BookStackApp/system-cli).
+The CLI is maintained as its own project within the [BookStackApp/system-cli Codeberg project](https://codeberg.org/bookstack/system-cli).
There you can find the source code, development details and known issues.
\ No newline at end of file