Test change #6

Merged
Luis merged 4 commits from Luis-Hebendanz-main into main 2023-11-01 15:11:23 +00:00
Showing only changes of commit 830211fc36 - Show all commits

View File

@@ -11,6 +11,7 @@ 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
@@ -33,8 +34,10 @@ 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"
```