[NEW] README: Added Markdown README
This commit is contained in:
parent
1ba5b23ca2
commit
fd19e27152
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# DOTTIES
|
||||||
|
This is my personal dotfiles repository. Welcome!
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
### GNU/Linux and MinGW64/Msys2/Clang64
|
||||||
|
Install my dot files with:
|
||||||
|
```
|
||||||
|
$ make install
|
||||||
|
```
|
||||||
|
|
||||||
|
### BSD and Mac
|
||||||
|
Make sure you have the GNU Coreutils (for `ginstall`) and GNU Make (`gmake`)
|
||||||
|
installed from your ports tree. On MacPorts these are provided with the
|
||||||
|
`coreutils` and `gmake` ports, respectively.
|
||||||
|
|
||||||
|
Once you've GNU-ified your system, you can install my dotties with:
|
||||||
|
```
|
||||||
|
$ gmake install
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue