Skip to content

Commit

Permalink
Merge pull request #25 from tsukimiya/ha1t-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tsukimiya authored Jun 25, 2019
2 parents b498173 + 0872786 commit d69faf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spongecake は、dietcake のプロジェクトテンプレートです。 spong
composerが使えるなら、以下のコマンドで簡単にインストールすることが可能です。

```
composer create-project dietcake/spongecake path/ "1.0.*"
composer create-project dietcake/spongecake path/ "1.*"
```
これで、path/ 以下にdietcakeが使える状態で展開されます。

Expand All @@ -18,8 +18,8 @@ composer create-project dietcake/spongecake path/ "1.0.*"
https://github.com/tsukimiya/spongecake/releases/latest から最新のzipファイルをダウンロードし、展開します。

```
wget https://github.com/tsukimiya/spongecake/archive/v1.0.0.zip
unzip v1.0.0.zip
wget https://github.com/tsukimiya/spongecake/archive/v1.2.0.zip
unzip v1.2.0.zip
```

### core.php のコピー
Expand Down

0 comments on commit d69faf8

Please sign in to comment.