Skip to content

Commit

Permalink
trivial edit: git clone suggestion (#15)
Browse files Browse the repository at this point in the history
I changed the git clone command to use the https:// address, use -o so that I can keep "origin" for my project's real git origin, and depth of 1 because I don't care about the template's history.

Just a suggestion, not trying to get in a flame war or anything.
  • Loading branch information
jmarca authored Feb 18, 2020
1 parent 2987b84 commit a4fd191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It comes with helper `npm run` scripts pre-loaded, you can find them in the pack
Typically you want to start the server and the _main_ and/or _workspaces_ (if you decided to use Nubank Workspaces) client builds. See below. You can simply start everything from the command line

```Shell
git clone git@github.com:fulcrologic/fulcro-template.git fulcro-app
git clone --depth 1 -o fulcro-template https://github.com/fulcrologic/fulcro-template.git fulcro-app
cd fulcro-app

# The shadow-cljs compiler is a dependency.
Expand Down

0 comments on commit a4fd191

Please sign in to comment.