Skip to content

Commit

Permalink
final post-review changes
Browse files Browse the repository at this point in the history
Signed-off-by: a-zorina <[email protected]>
  • Loading branch information
a-zorina committed Sep 11, 2024
1 parent 486fffb commit 68ae813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/guide/get-started/install-iroha-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Check the [OpenSSL installation guide](https://github.com/openssl/openssl/blob/m

## 2. Clone Iroha from GitHub

1. Create a new directory for Iroha:
1. Create a new directory for Iroha. In this tutorial we use `Git` as an example, but you can name it anything else:

```bash
$ mkdir -p ~/Git
Expand Down
2 changes: 1 addition & 1 deletion src/guide/get-started/launch-iroha-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The following options are also available for local compilation:

::: tip Note

There is ongoing work to make our configurations for Docker even more customizable with the help of Swarm.
There is ongoing work to make our configurations for Docker even more customizable with the help of [Swarm](https://github.com/hyperledger/iroha/tree/main/tools/swarm).

<!-- Check: a reference about future releases or work in progress -->

Expand Down
2 changes: 1 addition & 1 deletion src/guide/iroha-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- TODO: consider rewriting completely to accommodate the style change -->

Iroha 2 is a **complete** rewrite of [Hyperledger Iroha](https://iroha.readthedocs.io/en/develop/index.html) in Rust. As of writing, the two projects are developed concurrently.
Iroha 2 is a **complete** rewrite of [Hyperledger Iroha](https://iroha.readthedocs.io/en/develop/index.html) in Rust.

In this introduction we outline the differences between the two versions of Iroha and highlight the new features of Iroha 2. It should be of particular interest to those who are already familiar with Iroha but wish to upgrade and start using the newer version.

Expand Down

0 comments on commit 68ae813

Please sign in to comment.