2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

Add note on ruby-dev requirement

This commit is contained in:
Oliver Walters 2022-08-04 13:42:58 +10:00
parent 2ad0dd21f3
commit b4ebd82e32

View File

@ -12,7 +12,7 @@ State as of ###.
## Common commands ## Common commands
Install packages Install packages
``` ```
sudo apt-get install rubygems sudo apt-get install rubygems ruby-dev
sudo gem install bundler sudo gem install bundler
bundle install bundle install
``` ```