Merge pull request 'Improved README' (#7) from Luis-Hebendanz-main into main
Some checks failed
checks-impure / test (push) Successful in 24s
checks / test (push) Failing after 1m30s
assets1 / test (push) Successful in 47s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2023-11-12 12:10:02 +01:00
2 changed files with 2 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ Welcome to our website template repository! This template is designed to help yo
**Dependency Management**: We use the [Nix package manager](https://nixos.org/) to manage dependencies and ensure reproducibility, making your development process more robust. **Dependency Management**: We use the [Nix package manager](https://nixos.org/) to manage dependencies and ensure reproducibility, making your development process more robust.
## Supported Operating Systems ## Supported Operating Systems
- Linux - Linux
- macOS - macOS
@@ -34,10 +33,8 @@ Let's get your development environment up and running:
``` ```
3. **Add direnv to your shell**: 3. **Add direnv to your shell**:
- Direnv needs to [hook into your shell](https://direnv.net/docs/hook.html) to work. - Direnv needs to [hook into your shell](https://direnv.net/docs/hook.html) to work.
You can do this by executing following command: You can do this by executing following command:
```bash ```bash
echo 'eval "$(direnv hook zsh)"' >> ~/.zshrc && echo 'eval "$(direnv hook bash)"' >> ~/.bashrc && eval "$SHELL" echo 'eval "$(direnv hook zsh)"' >> ~/.zshrc && echo 'eval "$(direnv hook bash)"' >> ~/.bashrc && eval "$SHELL"
``` ```

View File

@@ -25,7 +25,7 @@ pkgs.mkShell {
# re-generate the api code # re-generate the api code
rm -rf api openapi.json rm -rf src/api openapi.json
cp ${clanPkgs.clan-openapi}/openapi.json . cp ${clanPkgs.clan-openapi}/openapi.json .
orval orval
''; '';