Updated Asahi (markdown)

Lauri Ojansivu 2023-06-06 23:50:59 +03:00
parent a9f0389700
commit 3cb317c291

@ -69,9 +69,23 @@ locate filename
Originally from https://github.com/meteor/meteor/pull/12160#issuecomment-1483260406
```
sudo npm -g install @mapbox/node-pre-gyp
sudo npm -g install node-gyp
cd
git clone https://github.com/meteor/meteor .meteor
cd meteor
cd .meteor
git checkout origin/release-2.12
git merge remotes/origin/feature-linux-arm
time ./scripts/generate-dev-bundle.sh
cd ..
nano .bashrc
```