Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Benawi committed Aug 24, 2023
1 parent 08f4244 commit 3984eff
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ In order to run this project you need:
Clone this repository to your desired folder:

```
git clone git@github.com:ProgramKingAbel/TDD-Development.git
cd TDD-Development
git clone hhttps://github.com/derrick1451/ruby-capstone.git
cd ruby-capstone
```

### Install
Expand All @@ -80,13 +80,20 @@ Install project dependencies with:
```
bundle install
```
### Run localy

Install project dependencies with:

```
execute the following command:
ruby `main.rb` and
```
### Run Tests <a name="run-tests"></a>

To run the project, instantiate the class files in `solver.rb` and execute the following command:
To run the project, instantiate the class files in main.rb and execute the following command:

```
rspec tests
rspec ./spec/
```

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down

0 comments on commit 3984eff

Please sign in to comment.