summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-01-16 00:54:35 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-01-16 00:58:13 +0100
commited29ade5ceffc5608d65c149fa82b47f4d683847 (patch)
tree648182d7424ef3415808074bb451fe68e9943d50 /README.md
parent3d7bad57b2a673cb1bb615d3b23b308e2502a3d5 (diff)
add uninstall section to the manual
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index a002e6b..eb0fbe6 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,6 @@ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer
or if you run into problems with that, try the older bootstrap.sh script
-```bash
-bash <(curl https://raw.githubusercontent.com/LnL7/nix-darwin/master/bootstrap.sh)
-```
-
> NOTE: the system activation scripts don't overwrite existing etc files, so files like `/etc/bashrc` and `/etc/zshrc` won't be
> updated by default. If you didn't use the installer or skipped some of the options you'll have to take care of this yourself.
> Either modify the existing file to source/import the one from `/etc/static` or remove it. Some examples:
@@ -36,6 +32,16 @@ nix-channel --update darwin
darwin-rebuild changelog
```
+## Uninstalling
+
+There's also an uninstaller if you don't like the project and want to
+remove the configured files and services.
+
+```bash
+nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A uninstaller
+./result/bin/darwin-uninstaller
+```
+
## Example configuration
Check out [modules/examples](https://github.com/LnL7/nix-darwin/tree/master/modules/examples) for some example configurations.