From 46a9a0c121da0df71c81e98bf443134e68c421c8 Mon Sep 17 00:00:00 2001 From: happysalada Date: Sun, 13 Sep 2020 12:07:02 +0900 Subject: [PATCH] add usage and troubleshooting in Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6f57025..86c6220 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,11 @@ in { This expression leverages [nix-straight.el](https://github.com/vlaci/nix-straight.el) under the hood for installing depdendencies. The restrictions of that package apply here too. + +## Usage + +instead of running emacs.d/bin/doom, once you have update your config files (packages.el, init.el, config.el), rebuild doom-emacs with nix. If you are using home-manager, simply run `home-manager switch` + +## Troubleshooting + +On macOS on a fresh install, you might run into the error `Too many files open`. running `ulimit -S -n 2048` will only work for the duration of your shell and will fix the error