Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiis committed Apr 18, 2020
1 parent 8c823e5 commit aeaad65
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 @@ -62,7 +62,7 @@ $ php -r "readfile('https://getcomposer.org/installer');" | php
Then, generate a new project of the Application Skeleton with `create-project` command:

```
php composer.phar create-project rindow/skeleton-standard-application path/to/install
php composer.phar create-project rindow/skeleton-fullfeatures-demo path/to/install
```

Composer will install Rindow Web Application Skeleton and components that depend on it under path/to/install directory.
Expand All @@ -71,7 +71,7 @@ Composer will install Rindow Web Application Skeleton and components that depend
Also you can download it directly from github.

```
$ git clone https://github.com/rindow/skeleton-standard-application path/to/install
$ git clone https://github.com/rindow/skeleton-fullfeatures-demo path/to/install
$ cd path/to/install
$ composer update
```
Expand Down

0 comments on commit aeaad65

Please sign in to comment.