remove now useless Note from README

This commit is contained in:
HF 2024-03-09 20:37:00 +01:00
parent f46978c217
commit a8a0a766c2
1 changed files with 0 additions and 10 deletions

View File

@ -45,16 +45,6 @@ npm run build
All needed files to run it got created in `./dist`. You can copy it to wherever you want to run pixelplanet.
Notes:
- If you run into problems, make sure that you have rights to g++ (if not, run as root and then chown username:username -R . after build)
- If `npm install` fails with "unable to connect to github.com" set:
```
git config --global url.https://github.com/.insteadOf git://github.com/
```
## Run
### Requirements