From 9e52ac8227a7d80bc4ea165531f77599cc396acb Mon Sep 17 00:00:00 2001 From: Mon Aaraj Date: Tue, 13 Sep 2022 00:23:08 +0300 Subject: [PATCH] improve quickstart --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0070156..2310974 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,14 @@ compatible with the `doom-emacs` requirements. # Quick Start -If you're impatient, you can run: +If you want to get a taste of Nix-Doom-Emacs, you can run: ``` $ nix run github:nix-community/nix-doom-emacs ``` -To use this project more extensively, you should read the documentation. +Which will run Nix-Doom-Emacs with an example configuration. +Continue to [the documentation](./docs) to learn how to customise your setup further to your needs. # Documentation