From a8a0a766c2d1d2a8fa9ef2191c882f81b23ab0fa Mon Sep 17 00:00:00 2001 From: HF Date: Sat, 9 Mar 2024 20:37:00 +0100 Subject: [PATCH] remove now useless Note from README --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index bda3b343..5955a5b6 100644 --- a/README.md +++ b/README.md @@ -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