1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

readme: add updating

This commit is contained in:
Daiderd Jordan 2017-06-03 12:00:13 +02:00
parent 8ad51d7d72
commit 2f24ee83ca
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -22,6 +22,14 @@ Either modify the existing file to source/import the one from `/etc/static` or r
- `echo 'if test -e /etc/static/bashrc; then . /etc/static/bashrc; fi' | sudo tee -a /etc/bashrc`
- `echo 'if test -e /etc/static/bashrc; then . /etc/static/bashrc; fi' | tee -a ~/.bashrc`
## Updating
The bootstrap installer will configure a channel for this repository.
```bash
nix-channel --update darwin
```
## Example configuration
Check out [modules/examples](https://github.com/LnL7/nix-darwin/tree/master/modules/examples) for some example configurations.