From 2f24ee83ca42d78bc4a746d40a5677edfdd13194 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sat, 3 Jun 2017 12:00:13 +0200 Subject: [PATCH] readme: add updating --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7627d81..9631955 100644 --- a/README.md +++ b/README.md @@ -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.