Skip to content

Commit

Permalink
update README for cal
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Dec 14, 2016
1 parent 19347cd commit c9681d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

```bash
# Clone this repository
git clone https://github.com/InterImm/app.git
git clone --recursive https://github.com/InterImm/app.git
# Go into the repository
cd app
cd app/cal/
# Install dependencies
npm install
# Run the app
Expand All @@ -21,9 +21,9 @@ npm start

```bash
# Clone this repository
git clone https://github.com/InterImm/app.git
git clone --recursive https://github.com/InterImm/app.git
# Go into the repository
cd app
cd app/cal/
# Install dependencies
npm install
# Modify
Expand Down

0 comments on commit c9681d9

Please sign in to comment.