From aaba728dd7878f123c405308b5e420a6369fd85a Mon Sep 17 00:00:00 2001 From: Limnanthes Serafini <78130750+magpyed@users.noreply.github.com> Date: Mon, 27 Mar 2023 13:35:48 -0700 Subject: [PATCH] Fixing order of local repo commands in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a03625217..9cb56de0d 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ Clone your fork of the repo and run the setup script. $ cd $ git clone --recurse-submodules https://github.com//cvw - $ git remote add upstream https://github.com/openhwgroup/cvw $ cd cvw + $ git remote add upstream https://github.com/openhwgroup/cvw $ source ./setup.sh Add the following lines to your .bashrc or .bash_profile to run the setup script each time you log in.