Updated Emoji (markdown)

Lauri Ojansivu 2024-06-26 06:44:30 +03:00
parent f1264fee03
commit 8e5d7336c7

@ -115,11 +115,17 @@ And then at your GitHub for `https://github.com/YOUR-GITHUB-USERNAME/wekan` clic
# Meteor 3
At 2024-06-26, it looks like from https://nodejs.org/en that Node.js LTS version is 20.15.0 , so change to it:
At 2024-06-26, it looks like from https://nodejs.org/en that Node.js LTS version is 20.15.0 , so change to it, and install newest Meteor:
```
sudo n 20.15.0
sudo npm -g install npm
cd
rm -rf .meteor
npx meteor@rc
```
Check what branches there are:
```