README.md

changeset 43
492a57594b88
parent 41
379c4fbd23ff
child 50
ef9d33ea4460
--- a/README.md	Tue Aug 25 13:53:17 2020 +0300
+++ b/README.md	Tue Aug 25 14:04:06 2020 +0300
@@ -40,7 +40,14 @@
 
 This package is not and is not planned to be available via `Pkg.add` as it is based on the worst and must unusable version control system ever invented: Git.
 
-  [AlgTools]: https://tuomov.iki.fi/software/AlgTools/
+## Testing
+
+To run a simple denoising test using FISTA, use
 
+```console
+$ julia --project=DenoiseTest
+julia> using DenoiseTest
+julia> test_denoise()
+```
 
-
+  [AlgTools]: https://tuomov.iki.fi/software/AlgTools/

mercurial