Skip to content

Commit

Permalink
Updated readme. refs #12
Browse files Browse the repository at this point in the history
  • Loading branch information
aletheia committed Jun 16, 2017
1 parent 3089e9d commit 920e676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ This project is intended to make you as fast as possible starting a new web app
* LESS

## Getting started
To start a new service project, you don't need the full repository history, just make a shallow clone of this repo
To start a new service project, you don't need the full repository history, just make an archive of this repo

```bash
git clone --depth=1 https://path/to/this/repo
git archive -o my-starter-project.zip --remote https://path/to/this/repo
```
Now you must **cd** into the folder and run

Expand Down

0 comments on commit 920e676

Please sign in to comment.