Updated Prerequisites (markdown)

codedge
2020-08-18 18:21:28 +02:00
parent 27f5fbbf42
commit c99c3e20c7

@@ -8,7 +8,7 @@ To generate an application just run
docker run --rm -it invoiceninja/invoiceninja php artisan key:generate --show
```
This will generate an application key for you which you need later.
This will generate an application key for you which you need later. The generated key has the following format: `base64:NdRTYZSVE4+062um1CNRscNg9TXFuL22Sb63SwLcqtY=` - yes, the `base64:` belongs to the key!
### Create folders for data persistence