Skip to content

Commit 41f5c04

Browse files
Consolidate installation instructions and remove reference to master branch.
1 parent 1172cbe commit 41f5c04

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
![RSpec](https://github.com/plainprogrammer/GildedRose.rb/actions/workflows/rspec.yml/badge.svg)
44

55
This is a refactoring kata, so you will be starting with a legacy
6-
code base. To work this kata, clone this repo and checkout `master` before
6+
code base. To work this kata, clone this repo and checkout `main` before
77
pulling off a new branch to begin your work. Once you have your branch ready to
88
work on, run `bin/rake` or `rspec spec/` to confirm your stating point is
99
clean. As you make your refactorings, ensure you are running the test suite
1010
with the previously mentioned commands to ensure correctness.
1111

12-
<hr />
12+
---
1313

1414
# The Gilded Rose
1515

@@ -61,17 +61,13 @@ Quality is 80 and it never alters.
6161

6262
<hr />
6363

64-
## Installation Hints
64+
## Installation
6565

66-
The easiest way is to use bundler to install the dependencies. To do so, you need to install the bundler gem if you haven't already done so
66+
The easiest way is to use bundler to install and get setup.
6767

6868
gem install bundler
69-
70-
run bundler
71-
72-
bundle
73-
74-
Have a look at the Gemfile for all dependencies.
69+
bundle install
70+
bundle exec rspec
7571

7672
## Git Branches
7773

0 commit comments

Comments
 (0)