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

update readme install

This commit is contained in:
Matthias Mair 2022-04-10 01:29:57 +02:00
parent 69b5ac9b75
commit 97a88abf68

View File

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