Skip to content

Commit

Permalink
Merge pull request #8 from skynetcap/feature/update-readme
Browse files Browse the repository at this point in the history
Update README to remove extra repository.
  • Loading branch information
skynetcap authored Aug 12, 2022
2 parents c96f9ba + 66c2bd3 commit 36cd4dc
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@
SolanaJ implementations of popular Solana programs, including the Project Serum DEX.

# Installation
1. Add Sonatype repository to your project's pom.xml file:

```xml
<repositories>
<repository>
<id>Sonatype Releases</id>
<url>https://oss.sonatype.org/content/repositories/releases/</url>
</repository>
</repositories>
```

2. Add `solanaj-programs` dependency
1. Add Maven dependency:

```xml
<dependency>
Expand Down

0 comments on commit 36cd4dc

Please sign in to comment.