mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 05:02:26 +00:00
fixed file extension
changed .sh to .py
This commit is contained in:
parent
c869fc8666
commit
d178190778
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
* Adjust the settings any way you want
|
* Adjust the settings any way you want
|
||||||
* You are in charge (install what you want, remove what you don't like)
|
* 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.
|
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.
|
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. <br>
|
You can remove files which you don't want, or adjust them in any way. <br>
|
||||||
When you are prepared, you can run installer.py <br>
|
When you are prepared, you can run installer.py <br>
|
||||||
`$ python3 ~/dotfiles/instal.sh` (assuming you cloned repository to your home directory)
|
`$ python3 ~/dotfiles/instal.py` (assuming you cloned repository to your home directory)
|
||||||
|
|
Loading…
Add table
Reference in a new issue