|
|
|
@ -17,6 +17,8 @@
|
|
|
|
|
- [Versions](#versions) |
|
|
|
|
- [Dependencies](#dependencies) |
|
|
|
|
- [Installation](#installation) |
|
|
|
|
- [Generic](#generic) |
|
|
|
|
- [Debian GNU/Linux](#debian-gnulinux) |
|
|
|
|
- [Upgrading](#upgrading) |
|
|
|
|
- [Building and serving](#building-and-serving) |
|
|
|
|
- [Locally](#locally) |
|
|
|
@ -107,10 +109,17 @@ be installed on your system.
|
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
|
|
### Generic |
|
|
|
|
|
|
|
|
|
$ gem update |
|
|
|
|
$ gem install bundle |
|
|
|
|
$ make install-dev |
|
|
|
|
|
|
|
|
|
### Debian GNU/Linux |
|
|
|
|
|
|
|
|
|
# apt-get install ruby-bundler |
|
|
|
|
$ make install-dev |
|
|
|
|
|
|
|
|
|
## Upgrading |
|
|
|
|
|
|
|
|
|
Run `$ make install` |
|
|
|
|