Skip to content
This repository has been archived by the owner on Dec 27, 2017. It is now read-only.

Commit

Permalink
Merge branch 'release/1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlins committed Jun 11, 2016
2 parents bf43f12 + 61aff34 commit 500f66c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/composer.phar
/faker.phar
/box.phar
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a command line tool for easy generation of fake data in a static way.
You can find the latest phar on the [releases page](https://github.com/bit3/faker-cli/releases).

```bash
$ wget https://github.com/bit3/faker-cli/releases/download/1.3/faker.phar
$ wget https://github.com/bit3/faker-cli/releases/download/1.4/faker.phar
$ ./faker.phar
```

Expand Down Expand Up @@ -241,7 +241,7 @@ It is recommend to use the `--enclosure` option. each occurrence of the `--enclo
Install and run php-box:

```bash
$ curl -LSs http://box-project.org/installer.php | php
$ curl -LSs https://box-project.github.io/box2/installer.php | php
$ ./box.phar build
```

Expand Down

0 comments on commit 500f66c

Please sign in to comment.