soapbox-pub/soapbox-fe --> soapbox-pub/soapbox

This commit is contained in:
Alex Gleason
2022-09-04 15:15:54 -05:00
parent 4c6b2ab2f0
commit d9d9c4521f
22 changed files with 43 additions and 44 deletions

View File

@ -3,7 +3,7 @@
To get it running, just clone the repo:
```
git clone https://gitlab.com/soapbox-pub/soapbox-fe.git
git clone https://gitlab.com/soapbox-pub/soapbox.git
cd soapbox-fe
```
@ -40,5 +40,5 @@ Try again.
## Troubleshooting: it's not working!
Run `node -V` and compare your Node.js version with the version in [`.tool-versions`](https://gitlab.com/soapbox-pub/soapbox-fe/-/blob/develop/.tool-versions).
Run `node -V` and compare your Node.js version with the version in [`.tool-versions`](https://gitlab.com/soapbox-pub/soapbox/-/blob/develop/.tool-versions).
If they don't match, try installing [asdf](https://asdf-vm.com/).