Skip to content

Commit

Permalink
Merge pull request #7 from genesiscommunitysuccess/ac/PSD-25
Browse files Browse the repository at this point in the history
chore: clarifying readme PSD-25
  • Loading branch information
cistov authored Oct 30, 2023
2 parents b8ac094 + 629086a commit 957bc46
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ accessibility checks.
To quickly test this seed, run:

```
npx -y @genesislcap/genx@latest init positionsapp -x --ref v1.3.0 --no-shell && \
npx -y @genesislcap/genx@latest add positionsapp -s positions-app-seed && \
npx -y @genesislcap/genx@latest init myapp -x --ref v1.3.0 --no-shell && \
npx -y @genesislcap/genx@latest add myapp -s positions-app-seed
```

To test that it compiles:

```
./gradlew assemble
```

Expand Down

0 comments on commit 957bc46

Please sign in to comment.