diff --git a/README.md b/README.md index 8f92602..6c980ff 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ lodfe ===== +SPARQLエンドポイントを用いたLinked Open Dataフロントエンド([Pubby](https://github.com/cygri/pubby)みたいなやつ) -SPARQLエンドポイントを用いたLinked Open Dataフロントエンド +## Installation +``` +$ composer install +$ cp .env{.example,} +$ cp config/datasets.php{.example,} +```