From d0eab91d56af8bbc9741d4a2ad26e2a39e11e331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sun, 27 Mar 2022 03:13:04 +0900 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E3=82=8C=E3=83=9E=E3=83=B3=E3=82=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c3a427..d962152 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ ## 実行する方法 ```sh mv config.sample.php config.php -php -S 127.0.0.1:8000 +cd public && php -S 127.0.0.1:8000 ```