forgot to add this in my last 2 commits

This commit is contained in:
Guillaume Raffy 2020-04-01 12:01:38 +02:00
parent ab30dc2d86
commit 0d19ff936b
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ As the development is at its early stages, it does not much at the moment:
- click `Apply changes` button in the **ImageJ Updater** window
- wait until the plugins are installed and quit Fiji
3. Install lipase
- lipase is released as a package named `lipase-<lipase-version>.zip`. This package can be build from sources using the `make package` command, provided you have all the build tools on your machine (make, javac, zip).
- lipase is released as a package named `lipase-<lipase-version>.zip`. This package can be built from sources using the `make package` command, provided you have all the build tools on your machine (make, javac, zip).
- simply unzip the package `lipase-<lipase-version>.zip` in Fiji root directory
4. launch fiji and check that you have lipase tools in the menu `Plugins/Ipr/Lipase`
## How to use
see `lipase-manual.pdf` (this document can be built from sources using the `make doc` command, provided you have all the build tools on your machine (make, pdflatex, imagemagick)
## Notes