From d1781907782b478e4d924d4b3ea4b31820b4c96d Mon Sep 17 00:00:00 2001 From: koumakpet Date: Sun, 5 Apr 2020 18:33:40 +0200 Subject: [PATCH] fixed file extension changed .sh to .py --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68aa81f..b469f02 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ * Adjust the settings any way you want * You are in charge (install what you want, remove what you don't like) -## Requirements: +## Requirements Note that it is required to have Python 3 installed to run this. @@ -22,4 +22,4 @@ Before you run **installer.py**, you should take a look at the files included an All files which will be added are in files/ directory. You can remove files which you don't want, or adjust them in any way.
When you are prepared, you can run installer.py
-`$ python3 ~/dotfiles/instal.sh` (assuming you cloned repository to your home directory) +`$ python3 ~/dotfiles/instal.py` (assuming you cloned repository to your home directory)