Add WSFL in README.md

This commit is contained in:
2019-06-20 23:38:49 +01:00
committed by GitHub
parent 1304c82219
commit 2311e507c1

View File

@@ -1,6 +1,15 @@
# dotfiles.andrejus.uk # dotfiles.andrejus.uk
## Linux
``` ```
git clone https://github.com/andrejusk/dotfiles.git ~/git/dotfiles git clone https://github.com/andrejusk/dotfiles.git ~/git/dotfiles
cd ~/git/dotfiles/install-scripts cd ~/git/dotfiles/install-scripts
bash ./setup.sh bash ./setup.sh
``` ```
## WSFL
```
git clone https://github.com/andrejusk/dotfiles.git /mnt/c/git/dotfiles
cd /mnt/c/git/dotfiles/install-scripts
bash ./setup.sh
```