Commit b8bf557701b9db9d54d281a88c525d13493fdf38
1 parent
a11c4e9d
Exists in
master
and in
28 other branches
[Mezuro] Updating README file
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
plugins/mezuro/README
... | ... | @@ -23,6 +23,13 @@ $ gem uninstall rack |
23 | 23 | $ gem install --no-ri --no-rdoc rack -v 1.0.1 |
24 | 24 | |
25 | 25 | |
26 | +*with RVM* | |
27 | + | |
28 | +if you want to use RVM (Ruby Version Manager) environment, just run: | |
29 | + | |
30 | +$ plugins/mezuro/script/install/install-rvm.sh | |
31 | + | |
32 | + | |
26 | 33 | Enable Mezuro Plugin |
27 | 34 | -------------------- |
28 | 35 | |
... | ... | @@ -65,6 +72,8 @@ $ cp licence.yml.example licence.yml |
65 | 72 | Apply Mezuro Theme |
66 | 73 | --------------------- |
67 | 74 | |
75 | +(Our RVM install script already do that) | |
76 | + | |
68 | 77 | If you want, you can use the Mezuro default theme: |
69 | 78 | |
70 | 79 | $ cd public/designs/themes && rm -f default | ... | ... |