Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Add "git clone" in the initial instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiosantos committed Feb 25, 2017
1 parent b015306 commit 39e00c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,11 @@ Fineliner [![Build Status](https://travis-ci.org/cassiosantos/fineliner.svg?bran

Simple script to sort fineliners and shapes to draw.

```
To clone and run in a Docker container:

```bash
git clone git@github.com:cassiosantos/fineliner.git
cd fineliner
docker run -it -v $(pwd):/var/www swiftdocker/swift:latest bash
cd /var/www
swift test
Expand Down

0 comments on commit 39e00c9

Please sign in to comment.