From 54a0491eac97792afdbf4448055f5f4253424e9d Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Fri, 21 Feb 2014 21:28:52 -0300 Subject: [PATCH] Add information about linking and sudo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9880cee..465b2f8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ echo 'export PATH=$PATH:'$installation_path'/bin' >> $shell_configuration echo 'eval "$(baseline autocomplete)"' >> $shell_configuration ``` -The other is to link the `bin/kickstart` into a place that is already on your path +The other is to link the `bin/kickstart` into a place that is already on your path. +This will allow `sudo` to see the `kickstart` command. ```bash # Adjust the paths to your preferred location installation_path=/opt/kickstart