diff --git a/Cargo.toml b/Cargo.toml index b6b7ed4..7f9a14a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "scidataflow" -version = "0.8.0" +version = "0.8.1" edition = "2021" exclude = ["logo.png", "tests/test_data/**"] license = "MIT" diff --git a/README.md b/README.md index 4b8dde0..b62bbca 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Project data status: ``` -If these changes are good, we can tell the Data Manifest it should update it's +If these changes are good, we can tell the Data Manifest it should update its record of this version: ```console @@ -378,7 +378,7 @@ detects if you have Rust on your system, and if not installs it. Then it will install SciDataFlow via Rust's incredible `cargo` system. To run the easy install script: - $ https://raw.githubusercontent.com/vsbuffalo/scidataflow/main/easy_install.sh | sh + $ https://raw.githubusercontent.com/vsbuffalo/scidataflow/main/easy_install.sh | bash If you are security-conscious, you can check the MD5 of SHA1 digests as below: diff --git a/src/lib/project.rs b/src/lib/project.rs index d12f0d7..316b46f 100644 --- a/src/lib/project.rs +++ b/src/lib/project.rs @@ -107,7 +107,7 @@ impl Project { let config_path = config_path()?; let mut file = File::open(&config_path) .map_err(|_| anyhow!("No SciDataFlow config found at \ - {:?}. Please set with scf config --user \ + {:?}. Please set with sdf config --user \ [--email --affil ]", &config_path))?; let mut contents = String::new(); file.read_to_string(&mut contents)?; diff --git a/src/main.rs b/src/main.rs index be7564e..7a7c361 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,7 @@ pub mod logging_setup; const INFO: &str = "\ SciDataFlow: Manage and Share Scientific Data -usage: scf [--help] +usage: sdf [--help] Some examples: