dotfiles/README.md
Paulser d1cc92bdec
Update Readme
Does not look like my code being used for original so keeping fork running for our own PC/Servers at this time.
2019-04-13 07:53:40 +01:00

25 lines
274 B
Markdown

# Installation
### Download and change folder
```
cd ~
git clone https://github.com/Paulser/dotfiles.git
cd dotfiles
```
### Run install
```
./install.sh
```
# Uninstallation
### Change to dotfiles folder
```
cd ~/dotfiles
```
### Run uninstaller
```
./uninstall.sh
```