Updates for readme

This commit is contained in:
David Bomba 2025-03-09 10:27:52 +11:00
parent 24dfce52a7
commit 742ed2bcc3
1 changed files with 2 additions and 1 deletions

View File

@ -63,10 +63,11 @@ All Pro and Enterprise features from the hosted app are included in the open-sou
In addition to the official [Invoice Ninja - Self-Hosted Installation Guide](https://invoiceninja.github.io/en/self-host-installation/) we have a few commands for you. In addition to the official [Invoice Ninja - Self-Hosted Installation Guide](https://invoiceninja.github.io/en/self-host-installation/) we have a few commands for you.
```sh ```sh
git clone --single-branch --branch v5-stable https://github.com/invoiceninja/invoiceninja.git git clone --depth 1 -b v5.11.53 https://github.com/invoiceninja/invoiceninja.git
cp .env.example .env cp .env.example .env
composer i -o --no-dev composer i -o --no-dev
``` ```
**Note** replace v5.11.53 with the latest tag version, you will also want to ensure that when performing updates, you use the latest tag version rather than a particular branch, ie v5-develop. This will ensure that you are not pulling in work in progress code.
Please Note: Please Note:
Your APP_KEY in the .env file is used to encrypt data, if you lose this you will not be able to run the application. Your APP_KEY in the .env file is used to encrypt data, if you lose this you will not be able to run the application.