File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " genin"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Genin is the tool that will help you very quickly roll out cluster configuration
4141Linux binary file
4242Universal executable (as root user or via sudo):
4343``` shell
44- curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.7 .0-x86_64-musl.tar.gz
45- tar -xvf genin-0.7 .0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
44+ curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.8 .0-x86_64-musl.tar.gz
45+ tar -xvf genin-0.8 .0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
4646```
4747
48481 . Add the Picodata repository using the following command in a terminal (as root or via sudo):
@@ -80,8 +80,8 @@ brew install genin
8080Use the following command to grab and install Genin in macOS (10.10+) wihtout
8181homebrew:
8282``` shell
83- curl -L https://binary.picodata.io/repository/raw/genin/apple/genin-0.7 .0-darwin-amd64.zip -o genin-0.7 .0-darwin-amd64.zip
84- unzip genin-0.7 .0-darwin-amd64.zip -d ~ /bin/
83+ curl -L https://binary.picodata.io/repository/raw/genin/apple/genin-0.8 .0-darwin-amd64.zip -o genin-0.8 .0-darwin-amd64.zip
84+ unzip genin-0.8 .0-darwin-amd64.zip -d ~ /bin/
8585```
8686> ** Note:** The application can then be found under the ` ~/bin ` directory.
8787> Make sure the directory is in your ` $PATH ` .
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ Genin это генератор инваентаря для `Ansible Cartridge`.
4444
4545Универсальный исполняемый файл (от пользователя root или через sudo):
4646``` shell
47- curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.7 .0-x86_64-musl.tar.gz
48- tar -xvf genin-0.7 .0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
47+ curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.8 .0-x86_64-musl.tar.gz
48+ tar -xvf genin-0.8 .0-x86_64-musl.tar.gz ; install genin /usr/local/bin/
4949```
5050
5151#### Универскальная установка через пакетный менеджер
@@ -85,8 +85,8 @@ brew install genin
8585Для установки без помощи homebrew используйте следующие команды для загрузки и установки
8686Genin на macOS (10.10+):
8787``` shell
88- curl -sLO https://binary.picodata.io/repository/raw/genin/osx/genin-0.7 .0-x86_64-macosx.tar.gz
89- unzip genin-0.7 .0-darwin-amd64.zip -d ~ /bin/
88+ curl -sLO https://binary.picodata.io/repository/raw/genin/osx/genin-0.8 .0-x86_64-macosx.tar.gz
89+ unzip genin-0.8 .0-darwin-amd64.zip -d ~ /bin/
9090```
9191
9292---
You can’t perform that action at this time.
0 commit comments