From 3be9bc7b3e28c5784dfee5dbb630357c6e43e987 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 25 Oct 2020 11:52:28 +0100 Subject: [PATCH] remove bootstrap.sh from readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0b84626..5a702c4 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer ./result/bin/darwin-installer ``` -or if you run into problems with that, try the older bootstrap.sh script - > 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: