From 30290538961c384c7a4698703bccd1e5a97d0a79 Mon Sep 17 00:00:00 2001 From: Mykhailo Slyvka Date: Tue, 28 Jan 2025 11:01:16 +0200 Subject: [PATCH] reset shell after install script and use bash in readme --- Cargo.toml | 2 +- README.md | 2 +- install | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e755aca..37676af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ keywords = ["core blockchain", "xcb", "cli"] license = "MIT OR Apache-2.0" homepage = "https://github.com/core-coin/core-cli" repository = "https://github.com/core-coin/core-cli" -version = "0.0.7" +version = "0.0.8" [workspace.dependencies] # Workspace members diff --git a/README.md b/README.md index 000f85c..5a9e937 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you don’t need to build from source, you can skip this step and directly in Install the Core CLI by running this command in your terminal: ```bash -sh -c "$(curl -fsSL https://raw.githubusercontent.com/core-coin/core-cli/refs/heads/master/install)" +bash -c "$(curl -fsSL https://raw.githubusercontent.com/core-coin/core-cli/refs/heads/master/install)" ``` ### What this does diff --git a/install b/install index c74b400..4b6c3a9 100644 --- a/install +++ b/install @@ -125,6 +125,7 @@ main() { fi ;; esac + reset && exec $SHELL } err() {