-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f62f33
commit 3f79813
Showing
8 changed files
with
117 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,8 @@ Download and unzip the archive for the desired architecture. | |
|
||
Universal executable: | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.4.8-x86_64-musl.tar.gz | ||
tar -xvf genin-0.4.8-x86_64-musl.tar.gz ; sudo install genin /usr/local/bin/ | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.4.11-x86_64-musl.tar.gz | ||
tar -xvf genin-0.4.11-x86_64-musl.tar.gz ; sudo install genin /usr/local/bin/ | ||
``` | ||
|
||
--- | ||
|
@@ -85,11 +85,11 @@ sudo yum install -y genin | |
2. If you want to install `rpm` packages directly without | ||
adding our repository. | ||
```shell | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/8/x86_64/os/genin-0.4.8-1.el8.x86_64.rpm | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/8/x86_64/os/genin-0.4.11-1.el8.x86_64.rpm | ||
``` | ||
RHEL 7.x, CentOS 7.x | ||
```shell | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.4.8-1.el7.x86_64.rpm | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.4.11-1.el7.x86_64.rpm | ||
``` | ||
|
||
--- | ||
|
@@ -117,7 +117,7 @@ sudo apt install -y genin | |
2. Downloading and installing the package directly: | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.8.amd64.deb && sudo dpkg -i genin-0.4.8.amd64.deb | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.11.amd64.deb && sudo dpkg -i genin-0.4.11.amd64.deb | ||
``` | ||
--- | ||
|
@@ -143,7 +143,7 @@ sudo apt install -y genin | |
2. Downloading and installing the package directly: | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.8.amd64.deb && sudo dpkg -i genin-0.4.8.amd64.deb | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.11.amd64.deb && sudo dpkg -i genin-0.4.11.amd64.deb | ||
``` | ||
--- | ||
|
@@ -163,8 +163,8 @@ brew install genin | |
Use the following command to grab and install Genin in macOS (10.10+) wihtout | ||
homebrew: | ||
```shell | ||
curl -L https://binary.picodata.io/repository/raw/genin/apple/genin-0.4.8-darwin-amd64.zip -o genin-0.4.8-darwin-amd64.zip | ||
unzip genin-0.4.8-darwin-amd64.zip -d ~/bin/ | ||
curl -L https://binary.picodata.io/repository/raw/genin/apple/genin-0.4.11-darwin-amd64.zip -o genin-0.4.11-darwin-amd64.zip | ||
unzip genin-0.4.11-darwin-amd64.zip -d ~/bin/ | ||
``` | ||
> **Note:** The application can then be found under the `~/bin` directory. | ||
> Make sure the directory is in your `$PATH`. | ||
|
@@ -182,8 +182,8 @@ brew install [email protected] | |
#### Windows | ||
Use the following command to grab and install Genin in Windows 7 64 bit or newer: | ||
```shell | ||
curl.exe -L https://binary.picodata.io/repository/raw/genin/windows/genin-0.4.8-darwin-amd64.zip -o genin-0.4.8-windows-amd64.zip | ||
unzip.exe genin-0.4.8-windows-amd64.zip -d %HOME%/.cargo/bin/ | ||
curl.exe -L https://binary.picodata.io/repository/raw/genin/windows/genin-0.4.11-darwin-amd64.zip -o genin-0.4.11-windows-amd64.zip | ||
unzip.exe genin-0.4.11-windows-amd64.zip -d %HOME%/.cargo/bin/ | ||
``` | ||
> **Note:** The application can then be found under the `.cargo/bin` folder inside | ||
> your user profile folder. Make sure it is in your `%PATH%`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,8 +50,8 @@ Genin уже заранее скомпилирован под разные ар | |
|
||
Универсальный исполняемый файл: | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.4.8-x86_64-musl.tar.gz | ||
tar -xvf genin-0.4.8-x86_64-musl.tar.gz ; sudo install genin /usr/local/bin/ | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/bin/genin-0.4.11-x86_64-musl.tar.gz | ||
tar -xvf genin-0.4.11-x86_64-musl.tar.gz ; sudo install genin /usr/local/bin/ | ||
``` | ||
|
||
--- | ||
|
@@ -88,11 +88,11 @@ sudo yum install -y genin | |
2. Так же вы можете установить пакет `rpm` напрямую без добавления нашего репозитория. | ||
RHEL 8.x, CentOS 8.x, Rockylinux 8.x, recent Fedora version | ||
```shell | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/8/x86_64/os/genin-0.4.8-1.el8.x86_64.rpm | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/8/x86_64/os/genin-0.4.11-1.el8.x86_64.rpm | ||
``` | ||
RHEL 7.x, CentOS 7.x | ||
```shell | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.4.8-1.el7.x86_64.rpm | ||
sudo rpm -i https://binary.picodata.io/repository/yum/el/7/x86_64/os/genin-0.4.11-1.el7.x86_64.rpm | ||
``` | ||
> **Note:** будьте внимательны, так как при выборе не правильной версии ос могут быть ошибки | ||
> при установке `rpm` | ||
|
@@ -119,7 +119,7 @@ sudo apt install -y genin | |
|
||
2. Загрузкой и установкой пакета напрямую: | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.8.amd64.deb && sudo dpkg -i genin-0.4.8.amd64.deb | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.11.amd64.deb && sudo dpkg -i genin-0.4.11.amd64.deb | ||
``` | ||
|
||
--- | ||
|
@@ -144,7 +144,7 @@ sudo apt install -y genin | |
|
||
2. Загрузкой и установкой пакета напрямую: | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.8.amd64.deb && sudo dpkg -i genin-0.4.8.amd64.deb | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/deb/genin-0.4.11.amd64.deb && sudo dpkg -i genin-0.4.11.amd64.deb | ||
``` | ||
|
||
--- | ||
|
@@ -164,8 +164,8 @@ brew install genin | |
Для установки без помощи homebrew используйте следующие команды для загрузки и установки | ||
Genin на macOS (10.10+): | ||
```shell | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/osx/genin-0.4.8-x86_64-macosx.tar.gz | ||
unzip genin-0.4.8-darwin-amd64.zip -d ~/bin/ | ||
curl -sLO https://binary.picodata.io/repository/raw/genin/osx/genin-0.4.11-x86_64-macosx.tar.gz | ||
unzip genin-0.4.11-darwin-amd64.zip -d ~/bin/ | ||
``` | ||
|
||
--- | ||
|
@@ -189,8 +189,8 @@ brew install [email protected] | |
Используйте следующие команды для скачивания и установки Genin на операционных системах | ||
Windows 7 64 и новее. | ||
```shell | ||
curl.exe -sLO https://binary.picodata.io/repository/raw/genin/win/genin-0.4.8-win64.zip | ||
unzip.exe genin-0.4.8-win64.zip -d %HOME%/.cargo/bin/ | ||
curl.exe -sLO https://binary.picodata.io/repository/raw/genin/win/genin-0.4.11-win64.zip | ||
unzip.exe genin-0.4.11-win64.zip -d %HOME%/.cargo/bin/ | ||
``` | ||
> **Note:** Genin будет распакован в директорию `.cargo/bin` которая находится в домашнем | ||
> каталоге важего пользователя. Перед использованием приложения пожалуйста удостоверьтесь | ||
|
@@ -200,7 +200,7 @@ unzip.exe genin-0.4.8-win64.zip -d %HOME%/.cargo/bin/ | |
``` | ||
genin --version | ||
``` | ||
Если вы видите сообщение `genin 0.4.8` значит установка прошла успешно. | ||
Если вы видите сообщение `genin 0.4.11` значит установка прошла успешно. | ||
|
||
--- | ||
## Руководство по использованию | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters