Skip to content

Commit

Permalink
Merge pull request #3 from RustyBower/readme_update
Browse files Browse the repository at this point in the history
readme: adding details for properly cloning repository
  • Loading branch information
sepehrdaddev authored Dec 16, 2019
2 parents b31b791 + f86a9e8 commit 9c95290
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ example:

- [Rocksdb](https://github.com/facebook/rocksdb) most recent verison is required.

## Downloading
Because hashcobra relies on an externally linked repository, the --recursive flag must be passed with the git clone command
```
git clone --recursive git@github.com:sepehrdaddev/hashcobra.git
```

## Building

```
Expand Down

0 comments on commit 9c95290

Please sign in to comment.