update readme
This commit is contained in:
parent
d755d93ea9
commit
03f4e02b0e
1 changed files with 3 additions and 3 deletions
|
@ -7,11 +7,11 @@ public viewport and backup. I appreciate suggestions, rants and bug reports :)
|
|||
Requirements & Usage
|
||||
--------------------
|
||||
|
||||
My zshrc expects the zgenom repository checked out in `~/src/pkg/`:
|
||||
My zshrc expects the zgenom repository checked out in `~/pkg/`:
|
||||
|
||||
```sh
|
||||
mkdir -p ~/src/pkg
|
||||
git clone https://github.com/jandamm/zgenom.git ~/src/pkg/zgenom
|
||||
mkdir -p ~/pkg
|
||||
git clone https://github.com/jandamm/zgenom.git ~/pkg/zgenom
|
||||
```
|
||||
|
||||
Most things can be simply copied over, but I used a special naming scheme where hidden (dot) files start with `dot`, like `.profile` becomes `dot.profile`, to ensure visibility.
|
||||
|
|
Loading…
Reference in a new issue