Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarrah Vesselov <svesselov@gitlab.com>2017-09-20 01:40:15 +0300
committerSarrah Vesselov <svesselov@gitlab.com>2017-09-20 01:40:15 +0300
commita78825c05894ff200bf8c5df7fc36128549f93ff (patch)
tree9465f95b36e05bff8596850fa1d4dd1dde1e89c4 /README.md
parent8d5d5c750c602a835614b02f9db42ead1c4b2f5e (diff)
fixed typo in 'rvm 2.4.0'
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4a13267..2c267af0 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,7 @@ If they're there, we're good to go!
Now let's make Bundler deal with the dependencies defined in the `Gemfile`:
- Open GitLab Docs in a terminal window
-- Switch to Ruby 2.4.0: `rmv 2.4.0`
+- Switch to Ruby 2.4.0: `rvm 2.4.0`
- Run `bundle install`
### Preview the Docs Website