From 03f4e02b0ef43c7d532e3d6b668af0dd07944fe4 Mon Sep 17 00:00:00 2001 From: koehr Date: Tue, 2 Jan 2024 00:10:21 +0100 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 358e1a8..904cb97 100644 --- a/README.md +++ b/README.md @@ -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.