mirror of
https://github.com/wekan/wekan.git
synced 2026-03-04 12:50:16 +01:00
Updated Asahi (markdown)
parent
a9f0389700
commit
3cb317c291
1 changed files with 15 additions and 1 deletions
16
Asahi.md
16
Asahi.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue