Add instructions for how to do it
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6887bd1a62
commit
72ac426ce8
17
README.md
17
README.md
@ -1 +1,16 @@
|
||||
# a
|
||||
# MangoNotes
|
||||
|
||||
### Laravel test app
|
||||
|
||||
## Instructions (Linux)
|
||||
|
||||
First install git, php and composer via your package manager, and run the following commands:
|
||||
|
||||
```
|
||||
git clone https://tea.nightly.town/Mangoberry/MangoNotes.git
|
||||
cd MangoNotes/
|
||||
composer install
|
||||
cp .env.example .env
|
||||
php artisan key:generate
|
||||
php artisan serve
|
||||
```
|
Loading…
Reference in New Issue
Block a user