Skip to content

Commit

Permalink
Merge pull request #2 from srobbin/master
Browse files Browse the repository at this point in the history
Small markdown tweak to README.md file
  • Loading branch information
JoeGermuska committed Mar 12, 2013
2 parents 64a1a56 + 5870117 commit 0b6c248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -18,6 +18,7 @@ You're now ready. See below for guidance on starting a new site.
Start a new site Start a new site
---------------- ----------------
In a terminal: In a terminal:

workon cactussites workon cactussites
cd ~/src (or whereever you keep your git repositories) cd ~/src (or whereever you keep your git repositories)
cactus create **newsite.knightlab.com** --skeleton=https://github.com/NUKnightLab/cactus-project-template/archive/master.zip cactus create **newsite.knightlab.com** --skeleton=https://github.com/NUKnightLab/cactus-project-template/archive/master.zip
Expand All @@ -36,6 +37,7 @@ First, create the git repository where the site will live.
* Uncheck "Initialize this repository with a README" * Uncheck "Initialize this repository with a README"


In a terminal: In a terminal:

cd ~/src/newsite.knightlab.com cd ~/src/newsite.knightlab.com
git add * git add *
git commit -m "initial" git commit -m "initial"
Expand Down

0 comments on commit 0b6c248

Please sign in to comment.