Skip to content

Commit

Permalink
Merge pull request #523 from saalfeldlab/move-running-paintera-with-mvn
Browse files Browse the repository at this point in the history
Move Running Paintera section in README
  • Loading branch information
cmhulbert authored Jan 22, 2024
2 parents 3f3c43b + b9caaeb commit b754fa7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ Similarly, you can install maven via `sdkman` if you desire:
```shell
sdk install maven
```

### Running Paintera
To run paintera, execute the follow maven goal:
```sh
mvn javafx:run
```

## Development Releases

**NOTE** This is still an experimentally supported installation method, and should only be used to test Paintera features still in development.
Expand All @@ -150,12 +157,6 @@ It's possible that this will replace the current release process, but for now, w

Some discussion around this can be found [in github issue #253](https://github.com/saalfeldlab/paintera/issues/253)

### Running Paintera
To run paintera, execute the follow maven goal:
```sh
mvn javafx:run
```

## Display help message and command line parameters
The following assumes that Paintera was installed through [conda](#conda) or [pip](#pip) and the `paintera` command is available on the command line.
```shell
Expand Down

0 comments on commit b754fa7

Please sign in to comment.