Skip to content

Commit

Permalink
Merge pull request #92 from DominikPinsel/feature/update-readme-md
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
DominikPinsel authored May 5, 2022
2 parents 98b2d6f + 492e834 commit 833f692
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ not yet publish artifacts to a maven repository, which this project relies on, i
to be built upfront to be used:

```shell
# Init / update git-submodule
[ ! -d "edc" ] && git submodule add https://github.com/eclipse-dataspaceconnector/DataSpaceConnector.git edc
git submodule update --init
git -C edc fetch --all
git -C edc checkout milestone-3

# build edc 0.0.1-SNAPSHOT artifacts
cd edc && ./gradlew publishToMavenLocal
```

Expand Down

0 comments on commit 833f692

Please sign in to comment.