From 4700f68f4d73a90c476615c11ec84613677f9a93 Mon Sep 17 00:00:00 2001 From: KodeStar Date: Tue, 13 Mar 2018 21:09:59 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7906ca8a..c1b6c0c0 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ You can use the app to link to any site or application, but Foundation apps will ## Installing Apart from the Laravel dependencies, namely PHP >= 7.0.0, OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, Tokenizer PHP Extension and XML PHP Extension, the only other thing Heimdall needs is sqlite support. -Installation is as simple as cloning the repository somewhere, or downloading and extracting the zip/tar and pointing your httpd document root to it. For simple testing you could just go to the folder and type `php artisan serve` +Installation is as simple as cloning the repository somewhere, or downloading and extracting the zip/tar and pointing your httpd document root to the `/public` folder. For simple testing you could just go to the folder and type `php artisan serve` There are also dockers and instructions on how to use them at