Skip to content

Commit bd09a4a

Browse files
committed
README.ru.md: language review
1 parent a083d61 commit bd09a4a

File tree

2 files changed

+125
-122
lines changed

2 files changed

+125
-122
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [RHEL, Fedora, Rockylinux](#rhel-centos-rockylinux-fedora)
1212
- [Ubuntu](#ubuntu)
1313
- [Debian](#debian)
14-
- [macOS](#macosx)
14+
- [macOS](#macos)
1515
- [Windows](#windows)
1616
* [Usage guide](#usage-guide)
1717
+ [Inventory generation](#inventory-generation)
@@ -155,9 +155,9 @@ curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.5.4.amd64.
155155
156156
---
157157
158-
#### MacOSX
158+
#### macOS
159159
Installing with the `homebrew` package manager is the easiest way to
160-
install Genin on MacOSX family (10.10+). If this is the first product of
160+
install Genin on macOS family (10.10+). If this is the first product of
161161
`picodata` which you pay to use then you first need to add our `Tap`.
162162
```shell
163163
brew tap picodata/homebrew-tap
@@ -740,11 +740,12 @@ genin build --quiet -s cluster.genin.yml
740740
genin upgrade --quiet --old cluster.genin.yml --new cluster-new.genin.yml
741741
```
742742
743-
Especially for cases when an idiomatic distribution is needed, an option has been added
744-
`--idiomatic-merge`. Without it, `genin` considers replicasets with the same name are
745-
equivalent. For example `api-1` and `api-1-1` will be considered replicas of the same
746-
replicaset. With the addition of the option without an exact match of the replica name,
747-
the replicas will never be merged to the replicaset.
743+
Especially for cases when an idiomatic distribution is needed, the
744+
`--idiomatic-merge` option has been added. Without it, `genin` considers
745+
replicasets with the same name are equivalent. For example `api-1` and
746+
`api-1-1` will be considered replicas of the same replicaset. With the
747+
addition of the option without an exact match of the replica name, the
748+
replicas will never be merged to the replicaset.
748749
```shell
749750
genin upgrade --old cluster-old.genin.yml --new cluster-new.genin.yml
750751

0 commit comments

Comments
 (0)