Skip to content

Commit

Permalink
Fix error in installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-irl authored Jun 3, 2018
1 parent 7e4a66e commit 4a7d077
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 4a7d077

Please sign in to comment.