docs: update readme.md for self hosting setup and remove pnpm from contribution guidelines (#1423)

This commit is contained in:
pablohashescobar 2023-06-29 11:52:44 +05:30 committed by GitHub
parent c743d43ce2
commit 1ed7935bf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 9 deletions

View file

@ -61,14 +61,6 @@ chmod +x setup.sh
> If running in a cloud env replace localhost with public facing IP address of the VM
- Export Environment Variables
```bash
set -a
source .env
set +a
```
- Run Docker compose up
```bash