From f0383971a34321eabe08d293d0885b670399e722 Mon Sep 17 00:00:00 2001 From: Babibubebon Date: Mon, 20 Jan 2020 01:35:23 +0900 Subject: [PATCH] update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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,} +```