@PitaJ said in Help with Upgrade to v1.13.x:
@Michael-Pfaff yeah I'd check git status before doing anything and run reset if there are changes
Much appreciated @PitaJ!
Hello,
Do you how to update a template like lavender ? I am a begginner with git.
Thanks
assuming you aren't making any changes to the theme, you can just run
npm install nodebb-theme-vanilla
(because lavender is based on vanilla)
npm install nodebb-theme-lavender
OR, if you want to update everything:
git pull
./nodebb upgrade
Thanks @psychobunny