Skip to content

Commit fa9d610

Browse files
outoftardisappetrosyan
authored andcommitted
Revert changes (quotation mark)
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
1 parent cda8e50 commit fa9d610

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/guide/advanced/running-iroha-on-bare-metal.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bare metal.
2222
::: info
2323

2424
Building in `debug` mode retains much more information and optimises the binary to a far lesser extent.
25-
As such, we advise you to build Iroha in `debug` mode for testing: it's faster and it makes it easier for you to find issues and fix them. However, if
25+
As such, we advise you to build Iroha in `debug` mode for testing: its faster and it makes it easier for you to find issues and fix them. However, if
2626
you intend to actually deploy Iroha, you should build it in `--release`
2727
mode.
2828

@@ -78,7 +78,7 @@ export PATH="$PATH:$(pwd)/Git/iroha/target/debug"
7878

7979
::: tip
8080

81-
Don't forget to replace `debug` with `release` when you're ready to deploy
81+
Dont forget to replace `debug` with `release` when youre ready to deploy
8282
in the real world.
8383

8484
:::
@@ -87,7 +87,7 @@ This way you can run `iroha` from any directory without having to worry
8787
about configuration paths and/or specifying the full path to the Iroha
8888
executable.
8989

90-
It's a good idea to make these instructions permanent, which you can do by
90+
It is a good idea to make these instructions permanent, which you can do by
9191
adding the environment variables to your startup shell.
9292

9393
::: details Save the instructions to the startup shell
@@ -97,7 +97,7 @@ On older Linux systems, you copy and paste the instructions (without the
9797
systems, you want to add the same lines to `~/.zshrc`.
9898

9999
Copy these instructions to the specified files (replace `debug` with
100-
`release` when you're ready to deploy):
100+
`release` when you are ready to deploy):
101101

102102
```bash
103103
export IROHA2_GENESIS_PATH="$(pwd)/Git/iroha/configs/peer/genesis.json"
@@ -109,10 +109,10 @@ export PATH="$PATH:$(pwd)/Git/iroha/target/debug"
109109

110110
::: tip
111111

112-
This process is almost universally unreliable and messy, and it's likely
112+
This process is almost universally unreliable and messy, and it is likely
113113
that your system is special in that it breaks some of our assumptions.
114114

115-
If the above optional steps didn't work for you, you can keep working in
115+
If the above optional steps didnt work for you, you can keep working in
116116
the `~/Git/iroha/configs/peer/` folder, and run Iroha via
117117
`~/Git/iroha/target/debug/iroha`.
118118

@@ -123,9 +123,9 @@ recommend setting up your environment first.
123123

124124
::: info Note
125125

126-
The tutorial assumes that you're running either Linux, Mac OS X, or Windows
126+
The tutorial assumes that youre running either Linux, Mac OS X, or Windows
127127
using WSL. It should be possible to run directly on Windows, but that is
128-
neither recommended nor easy. If you don't want to use a Unix-like system,
128+
neither recommended nor easy. If you dont want to use a Unix-like system,
129129
we suggest that you wait until we publish a detailed guide for Windows
130130
users.
131131

@@ -158,14 +158,14 @@ This is the recommended method of bringing up an Iroha peer. What we do is:
158158
::: tip
159159

160160
You could also use the iroha peer binary locally by copying it into the
161-
same folder. The only difference would be that you'd be calling Iroha like
161+
same folder. The only difference would be that youd be calling Iroha like
162162
so: `./iroha` instead of `iroha`.
163163

164164
:::
165165

166166
## First run of Iroha on bare metal
167167

168-
If you've done everything correctly, you can now do
168+
If youve done everything correctly, you can now do
169169

170170
```bash
171171
iroha
@@ -188,7 +188,7 @@ least one fault.
188188
In general, if you want to be resistant to `f` faults, you want to have
189189
`3f+1` peers: (`4`, `7`, `10`, etc.).
190190

191-
You can't really start the peers in any way you want, though. When we
191+
You cannot really start the peers in any way you want, though. When we
192192
started our original peer, in its configuration, we specified that it has
193193
to trust very specific peers, which have the given private key and listen
194194
on a specific address. In order to know how to run them appropriately, take
@@ -427,7 +427,7 @@ Iroha in the real world.
427427

428428
::: info Note
429429

430-
There's no need to pass the `--submit` flag unless you are starting the
430+
There is no need to pass the `--submit` flag unless you are starting the
431431
initial peer on the network.
432432

433433
:::

0 commit comments

Comments
 (0)