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:
parent
8ad51d7d72
commit
2f24ee83ca
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue