README.md

changeset 70
ed16d0f10d08
parent 61
4f468d35fa29
--- a/README.md	Tue Apr 08 13:31:39 2025 -0500
+++ b/README.md	Fri May 08 16:47:58 2026 -0500
@@ -36,8 +36,9 @@
     brew install gsl
     ```
     For other operating systems, suggestions are available in the [rust-GSL]
-    crate documentation. You may need to pass extra `RUSTFLAGS` options to
-    Cargo in the following steps to locate the library.
+    crate documentation. If not correctly installed, you may need to pass
+    extra `RUSTFLAGS` options to Cargo in the following steps to locate the
+    library.
 
 4. Download [alg_tools] and unpack it under the same directory as this
    package.
@@ -61,7 +62,7 @@
 When doing this for the first time, several dependencies will be downloaded.
 Now you can run the default set of experiments with
 ```
-pointsource_algs -o results
+pointsource_experiments -o results
 ```
 The `-o results` option tells `pointsource_algs` to write results in the
 `results` directory. The option is required.
@@ -71,7 +72,7 @@
 cargo run --release -- -o results
 ```
 The double-dash separates the options for the Cargo build system
-and `pointsource_algs`.
+and `pointsource_experiments`.
 
 ### Documentation
 

mercurial