diff --git a/.github/workflows/create-deb-ppa-packages.yml b/.github/workflows/create-deb-ppa-packages.yml index 867a227..46fe6d9 100644 --- a/.github/workflows/create-deb-ppa-packages.yml +++ b/.github/workflows/create-deb-ppa-packages.yml @@ -30,7 +30,6 @@ jobs: TAG=$(echo $TAG | sed s'/-/./') DATE=$(date -R) VERSION=${TAG:1} - VERSION=2024.01.4 echo "latest TAG = $TAG, VERSION=$VERSION, DATE=$DATE" diff --git a/README.md b/README.md index d454913..17a0747 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,8 @@ These packages are based on the latest binary artifacts https://github.com/ton-blockchain/ton/releases -### Install RPM (yum) -#### RedHat, Fedora, CentOS... -``` -sudo bash -c 'cat > /etc/yum.repos.d/ton.repo << EOF -[ton] -name=TON -baseurl=https://ton-blockchain.github.io/packages/rpm -enabled=1 -type=rpm -gpgcheck=0 -EOF' - -sudo yum install -y ton -``` - -### Install AUR (pamac) -#### Manjaro, RebornOS, Arch Linux... -``` -sudo pamac build -no-confirm ton-bin -``` - ### Install deb (apt) -#### Debian, Ubuntu, Linux Mint... +#### Debian, Ubuntu, Linux Mint... (x86-64, aarch64) ``` sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F6A649124520E5F3 sudo add-apt-repository ppa:ton-foundation/ppa @@ -33,7 +12,7 @@ sudo apt install ton ``` ### Install via brew -#### macOS +#### macOS (x86-64, aarch64) ``` brew tap ton-blockchain/ton brew install ton @@ -44,9 +23,32 @@ brew reinstall ton ``` ### Install via Chocolatey +#### Windows (x86-64) Please, be aware that multiple false positive alarms from various antivirus vendors may occur. This is an expected behaviour and there is no reason to worry. -#### Windows x86-64 + +Open an elevated terminal (Run as Administrator) and execute the below command: ``` choco install ton +``` + +### Install RPM (yum) +#### RedHat, Fedora, CentOS... (x86-64, aarch64) +``` +sudo bash -c 'cat > /etc/yum.repos.d/ton.repo << EOF +[ton] +name=TON +baseurl=https://ton-blockchain.github.io/packages/rpm +enabled=1 +type=rpm +gpgcheck=0 +EOF' + +sudo yum install -y ton +``` + +### Install AUR (pamac) +#### Manjaro, RebornOS, Arch Linux... (x86-64, aarch64) +``` +sudo pamac build -no-confirm ton-bin ``` \ No newline at end of file