Skip to content

Commit c3dcd24

Browse files
authored
Update README.md
1 parent 0d5c8ab commit c3dcd24

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Things you may want to cover:
2222
* Deployment instructions
2323

2424
* Installing RUBY on EC2 Instance
25-
```sudo yum install -y git gcc openssl-devel readline-devel zlib-devel
25+
```
26+
sudo yum install -y git gcc openssl-devel readline-devel zlib-devel
2627
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
2728
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
2829
~/.rbenv/bin/rbenv init
@@ -40,7 +41,8 @@ sudo yum groupinstall "Development tools" - to install gcc compiler
4041
sudo yum install sqlite-devel
4142
```
4243

43-
```git clone [REPOSITORY NAME]
44+
```
45+
git clone [REPOSITORY NAME]
4446
cd [REPOSITORY NAME]
4547
bundle
4648
```
@@ -49,6 +51,7 @@ Add gems to Gemfile
4951
gem 'execjs'
5052
gem 'therubyracer', :platforms => :ruby
5153

52-
```bundle
54+
```
55+
bundle
5356
rails s -p 3000 -b 0.0.0.0
5457
```

0 commit comments

Comments
 (0)