From 2abf70e596768dcef5947fbce6d49a13fc1ea914 Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Mon, 16 Oct 2023 09:05:45 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 447a53ab..230e0bf0 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,29 @@ Articles: - [BLOCKSET v0.2](https://medium.com/@sergeyshandar/blockset-v0-2-b43c03bac182), - [Content Dependent Tree](https://medium.com/@sergeyshandar/content-dependent-hash-tree-9e0f60859415). -Install the latest stable version from [crates.io](https://crates.io/crates/blockset): +## Usage + +## Prerequisites + +- [Rust](https://www.rust-lang.org/tools/install). +- For Windows: + - [C and C++ support for Visual Studio](https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170). + +## Installation + +To install the latest stable version from [crates.io](https://crates.io/crates/blockset), run: ```console cargo install blockset ``` -Install the current version from the `main` branch: +To install the current version from the `main` branch, run: ```console cargo install --git https://github.com/datablockset/blockset ``` -Uninstall the `blockset`: +To unininstall the `blockset`, run: ```console cargo uninstall blockset From 6d44fe0aca58fd106833252c937a04d4fdcfe683 Mon Sep 17 00:00:00 2001 From: Sergey Shandar Date: Mon, 16 Oct 2023 09:06:34 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md (#89) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8872d1..9edf8892 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.2.4 -- Fix a progress message. +- Fix a progress message. PR [#85](https://github.com/datablockset/blockset/pull/85). ## 0.2.3