docs: update CRLF to more based LF to remove hsdocs bad render

Change-Id: I8ccb44a6e659f8d280849f780700b322de7bdc12
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1824
Reviewed-by: radex <radex@hackerspace.pl>
changes/24/1824/2
cheshire 2023-12-16 12:28:08 +01:00 committed by radex
parent c370e44c23
commit dccfc0d3f4
3 changed files with 326 additions and 318 deletions

View File

@ -31,6 +31,14 @@ And we start it (from inside the `hscloud` folder):
nix-shell
```
(alternatively, you can skip whole `nix shell` config and just install dependencies):
```bash
sudo apt-get -y install default-jre default-jdk python3-dev build-essential clang wget libpq-dev zip git
wget https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-linux-amd64 -O /usr/bin/bazel
chmod +x /usr/bin/bazel
```
We now use the `bazel` tool to build and run the necessary services, including `prodaccess` and `kubecfg`:
```bash