Updated Emoji (markdown)

Lauri Ojansivu 2024-06-26 07:06:44 +03:00
parent b8b34030df
commit 7ab119031d

@ -197,3 +197,8 @@ Allowing incompatible updates, that may sometime work:
```
meteor update --release METEOR@3.0-rc.4 --all-packages --allow-incompatible-update
```
If you are changing Meteor and Node.js versions, you may need to reset Meteor:
```
meteor reset
```
Or alternatively, delete wekan repo (if you did not need any changes you made), and clone wekan repo again, and then build etc.