From 1a3f22e2bac7eb84d7ce213afe9e463609650366 Mon Sep 17 00:00:00 2001 From: HacDan Date: Thu, 29 Feb 2024 19:44:44 -0500 Subject: [PATCH] docs(README.md): update readme to reflect repo name change Updated README.md from packages to webi-installers to be in line with current project structure --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46cdb46..e3b7caa 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,8 @@ You just fill in the blanks. Just create an empty directory and run the tests until you get a good result. ```sh -git clone git@github.com:webinstall/packages.git -pushd packages +git clone git@github.com:webinstall/webi-installers.git +pushd ./webi-installers/ npm install ```