Skip to content

Commit

Permalink
doc: update linux manual upgrade guide (#531)
Browse files Browse the repository at this point in the history
* doc: update linux manual upgrade guide

* Update linux-vm.md
  • Loading branch information
vishnu-narayanan authored Feb 27, 2025
1 parent 14f001b commit 7921ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/self-hosted/deployment/linux-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ cd chatwoot
git checkout master && git pull

# Ensure the ruby version is upto date
rvm install "ruby-3.2.2"
rvm use 3.2.2 --default
rvm install "ruby-3.3.3"
rvm use 3.3.3 --default

# Update dependencies
bundle
yarn
pnpm i

# Recompile the assets
rake assets:precompile RAILS_ENV=production
Expand Down

0 comments on commit 7921ed9

Please sign in to comment.