How do I download updated versions?

How do I updated from a previous version? I am very novice. I was able to successfully able to install oTTodev following the detailed instructions, but do not know how to keep updated locally with this rapidly evolving software. Any help would be appreciated. (Maybe a feature request can be the ability to check the version, updates, and installing these updates?)

You need to pull the latest changes from Git.

in your terminal navigate to where you stored the ottodev/bolt.diy folder. Then run this command

“git pull origin main”

It should pull the new changes into your system.

Then run

“pnpm install”

This will install new packages if there are any

then run

“pnpm dev”

to start the application

3 Likes