Skip to content

Commit 9fa39ee

Browse files
committed
refactor: remove bdk-jvm directory navigation
1 parent c13a681 commit 9fa39ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,17 @@ bash ./scripts/build-<your-local-architecture>.sh
5353
The `examples` module show different samples of how some of the APIs can be used. You can run the examples after building as stated above. The gradle task to run is by convention the file name of the example file.
5454

5555
```shell
56-
cd bdk-jvm
5756
./gradlew MultisigTransaction
5857
```
5958

6059
You can also list the application tasks. (All examples grouped under application)
6160
```shell
62-
cd bdk-jvm
6361
./gradlew tasks --group application
6462
```
6563

6664
## How to publish to your local Maven repo
6765

6866
```shell
69-
cd bdk-jvm
7067
./gradlew publishToMavenLocal -P localBuild
7168
```
7269

0 commit comments

Comments
 (0)