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 07beea2 commit 27bedf8
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 @@ -173,3 +173,22 @@ if (response.isSuccessful) {
### More…

If all else fails, there's always more [Documentation](https://ethauvin.github.io/bitly-shorten/).

## Contributing

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

```console
git clone [email protected]:ethauvin/bitly-shorten.git
```

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

```console
cd bitly-shorten
./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 27bedf8

Please sign in to comment.