2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

Merge pull request #18 from matmair/readme-updates

Add note on ruby-dev requirement
This commit is contained in:
Matthias Mair 2022-08-04 07:39:15 +02:00 committed by GitHub
commit cad380eb9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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