Skip to content

Commit

Permalink
Added contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Feb 1, 2024
1 parent e0b7308 commit c2e1c5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,22 @@ will return something like:
```

See the [examples](https://github.com/ethauvin/cryptoprice/blob/master/examples/) for more details.

## Contributing

If you want to contribute to this project, all you have to do is clone the GitHub
repository:

```console
git clone git@github.com:ethauvin/cryptoprice.git
```

Then use [bld](https://rife2.com/bld) to build:

```console
cd cryptoprice
./bld compile
```

The project has an [IntelliJ IDEA](https://www.jetbrains.com/idea/) project structure. You can just open it after all
the dependencies were downloaded and peruse the code.

0 comments on commit c2e1c5e

Please sign in to comment.