From 4a7d077efeb0bfa6e362e45917006b97273d49e2 Mon Sep 17 00:00:00 2001 From: Louis Date: Sat, 2 Jun 2018 19:55:51 -0500 Subject: [PATCH] Fix error in installation instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52cbea6..7cf74c4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,11 @@ git clone https://github.com/suckybell/fedora-post-install ~/Downloads/fedora-po ```bash cd ~/Downloads/fedora-post-install ``` -3. Run install script +3. Allow install script to be run +```bash +chmod a+x install.sh +``` +4. Run install script ```bash ./install.sh ```