Commit ffb176aa by Vinh Nguyen

Update jenkins guide

parent 2951bccd
...@@ -27,8 +27,8 @@ git clone https://github.com/sstephenson/ruby-build.git .rbenv/plugins/ruby-buil ...@@ -27,8 +27,8 @@ git clone https://github.com/sstephenson/ruby-build.git .rbenv/plugins/ruby-buil
1.4. Config `.bashrc` file 1.4. Config `.bashrc` file
```bash ```bash
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> .bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc echo 'eval "$(rbenv init -)"' >> .bashrc
``` ```
### 2. Setup Jenkins ### 2. Setup Jenkins
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment