Skip to content

Commit

Permalink
Merge branch '12-git-archive-and-zip-dist' into 'master'
Browse files Browse the repository at this point in the history
Resolve "git archive and zip dist"

Closes #12

See merge request !8
  • Loading branch information
aletheia committed Jun 16, 2017
2 parents 3089e9d + 920e676 commit 635460e
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 635460e

Please sign in to comment.