Updating frappe lms

hi

I installed frappe lms with self hosting method. how can i update to latest version?

bench get-app https://github.com/frappe/lms.git --branch develop

Write This and it ask to overwrite then write y and then after this use bench build and bench migrate.

1 Like

thanks. self hosting uses docker. can you write the commands step by step?