readme: clone from the forge that still gets pushed
The quick start pointed at codeberg, which the release job stopped pushing to; it has been frozen at July 6 while public moved on. A stranger following the readme was cloning a dead snapshot.
This commit is contained in:
parent
d1670cfd6a
commit
23b2d5c3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ ConnectWise charges $50/agent/month. RedFlag doesn't.
|
||||||
### Server
|
### Server
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://codeberg.org/Fimeg/RedFlag.git
|
git clone https://forge.caseytunturi.com/Fimeg/RedFlag.git
|
||||||
cd RedFlag
|
cd RedFlag
|
||||||
cp config/.env.bootstrap.example config/.env
|
cp config/.env.bootstrap.example config/.env
|
||||||
docker-compose build && docker-compose up -d
|
docker-compose build && docker-compose up -d
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue