Compare commits

..

2 Commits

Author SHA1 Message Date
607a9ed1ae Fixed missing direnv install step in README
Some checks failed
checks-impure / test (pull_request) Successful in 25s
checks / test (pull_request) Failing after 1m40s
2023-11-12 12:09:12 +01:00
498a9e7ae5 Fix forgetting to delete api folder in UI 2023-11-12 12:07:37 +01:00

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.
## Supported Operating Systems
- Linux
- macOS
@@ -34,10 +33,8 @@ Let's get your development environment up and running:
```
3. **Add direnv to your shell**:
- 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
echo 'eval "$(direnv hook zsh)"' >> ~/.zshrc && echo 'eval "$(direnv hook bash)"' >> ~/.bashrc && eval "$SHELL"
```