~koehr/configs

03f4e02b0ef43c7d532e3d6b668af0dd07944fe4 — koehr 9 months ago d755d93
update readme
1 files changed, 3 insertions(+), 3 deletions(-)

M README.md
M README.md => README.md +3 -3
@@ 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.