Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclovas2020 committed Jun 13, 2023
1 parent d6d77c2 commit 6ec8f22
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,46 @@ Project is written using Go programming language.

![Aip2p](/images/J68poh.png "Aip2p")

[Download MacOS application for Intel (x64) v0.0.15](https://aip2p.app/downloads/aip2p-0.0.15_amd64.dmg)
[Download MacOS application for Intel (x64) v0.0.17](https://aip2p.app/downloads/aip2p-0.0.17_amd64.dmg)

## Linux (64-bit) version (tested with KDE desktop environment only)

![Aip2p](/images/linux_kde.png "Aip2p")

[Download Linux application (x64) Debian package v0.0.15](https://aip2p.app/downloads/aip2p-0.0.15_amd64.deb)
[Download Linux application (x64) Debian package v0.0.17](https://aip2p.app/downloads/aip2p-0.0.17_amd64.deb)

Installation steps for Debian-based Linux distro:
1. [Download package](https://aip2p.app/downloads/aip2p-0.0.15_amd64.deb)
1. [Download package](https://aip2p.app/downloads/aip2p-0.0.17_amd64.deb)
```sh
wget https://aip2p.app/downloads/aip2p-0.0.15_amd64.deb
wget https://aip2p.app/downloads/aip2p-0.0.17_amd64.deb
```
2. Install package:
```sh
sudo dpkg -i aip2p-0.0.15_amd64.deb
sudo dpkg -i aip2p-0.0.17_amd64.deb
```

[Download Linux application (x64) tar v0.0.15](https://aip2p.app/downloads/aip2p-0.0.15_amd64.tar.xz)
[Download Linux application (x64) tar v0.0.17](https://aip2p.app/downloads/aip2p-0.0.17_amd64.tar.xz)

Installation steps for other (etc. Red Hat) Linux distributions:
1. [Download package](https://aip2p.app/downloads/aip2p-0.0.15_amd64.tar.xz)
1. [Download package](https://aip2p.app/downloads/aip2p-0.0.17_amd64.tar.xz)
```sh
wget https://aip2p.app/downloads/aip2p-0.0.15_amd64.tar.xz
wget https://aip2p.app/downloads/aip2p-0.0.17_amd64.tar.xz
```
2. Extract tar archive with command:
```sh
mkdir aip2p && tar -C ./aip2p -xf aip2p-0.0.15_amd64.tar.xz
mkdir aip2p && tar -C ./aip2p -xf aip2p-0.0.17_amd64.tar.xz
```
3. Install application with command:
```sh
cd aip2p && sudo make install && cd .. && rm -rf ./aip2p && rm aip2p-0.0.15_amd64.tar.xz
cd aip2p && sudo make install && cd .. && rm -rf ./aip2p && rm aip2p-0.0.17_amd64.tar.xz
```
Notice: this command also removes installation files which are no longer required.

## Windows (64-bit) version

![Aip2pWin64](/images/Win64.png "Aip2p Win64")

[Download Windows setup (x64) v0.0.15](https://aip2p.app/downloads/aip2p-0.0.15_amd64.msi)
[Download Windows setup (x64) v0.0.17](https://aip2p.app/downloads/aip2p-0.0.17_amd64.msi)

## Install from source code (for advanced users)
1. Clone [this repository](https://webimizer.dev/aip2p)
Expand Down

0 comments on commit 6ec8f22

Please sign in to comment.