Commit 240debf965bd26821647c753638bf1f14c82ef46
1 parent
3531e25d
Exists in
master
and in
21 other branches
Changed contributing section to commands
Showing
1 changed file
with
6 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -1020,6 +1020,9 @@ Everyone is encouraged to help improve this project. Here are a few ways you can |
1020 | 1020 | |
1021 | 1021 | To get started with development and testing: |
1022 | 1022 | |
1023 | -1. Clone the repo | |
1024 | -2. `bundle` | |
1025 | -3. `rake test` | |
1023 | +```sh | |
1024 | +git clone https://github.com/ankane/searchkick.git | |
1025 | +cd searchkick | |
1026 | +bundle install | |
1027 | +rake test | |
1028 | +``` | ... | ... |