Skip to content

Commit

Permalink
remove git clone instruction from README
Browse files Browse the repository at this point in the history
This instruction assumes that the user has SSH keys set up, and is
not cloning from a fork. It is also incorrect without a `cd ocfweb`
afterwards. In any case "Clone the repo" in the previous sentence
should be sufficient.
  • Loading branch information
cg505 committed Jan 28, 2020
1 parent 8fec5a0 commit fd4e460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,6 @@ development mode with minimal extra setup.

Clone the repo, and be sure to check out submodules:

$ git clone git@github.com:ocf/ocfweb.git
$ git submodule update --init
$ make install-hooks

Expand Down

0 comments on commit fd4e460

Please sign in to comment.