Skip to content

Commit 4335bef

Browse files
committed
Update md files
1 parent a68e95d commit 4335bef

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ It is a very newborn and basic project, but it can grow and get way better, if y
1515
You can also start contributing now! If you wish to do so please feel free to fork the project and propose modifications that we can merge.
1616
The more we are the better!
1717

18+
You can also consider a donation and remember to check my links.
19+
1820
A coffee is always a gesture of LOVE ❤️
1921

2022
<a href="https://www.buymeacoffee.com/steccas" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/lato-yellow.png" alt="Buy Me A Coffee" height="41" width="174"></a>

changhelog_install.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
- security patches
3+
- updated dependencies
4+
5+
If you prefer there are also some build archives, which you can unpack and run where you prefer.
6+
7+
PLEASE NOTE:
8+
If you want to use the client you need to create a protonMail account [here](https://go.getproton.me/SHJN).
9+
10+
# Install Instructions
11+
## Windows
12+
Uninstall previous version and install via the provided msi.
13+
14+
## Ubuntu & Debian based Linux distros
15+
Better remove previous version for cleaner install
16+
```
17+
sudo apt remove proton-client
18+
```
19+
Install the deb package using
20+
```
21+
sudo apt install ./proton-client-1.2.3-amd64.deb
22+
```
23+
or
24+
```
25+
sudo dpkg -i ./proton-client-1.2.3-amd64.deb
26+
```
27+
## RHEL based distros
28+
RPM is not tested because I converted it using alien, so please notify me if there are any problems.
29+
30+
Install using:
31+
```
32+
sudo rpm –i proton-client-1.2.3-2.x86_64.rpm
33+
```
34+
35+
To uninstall:
36+
```
37+
sudo rpm –e proton-client-1.2.3-2.x86_64.rpm
38+
```
39+
40+
## Arch based distros like Manjaro
41+
Download **proton-client-1.2.3-1-x86_64.arch.zip**
42+
```
43+
unzip proton-client-1.2.3-1-x86_64.arch.zip
44+
sudo pacman -U ./proton-client-1.2.3-1-x86_64.pkg.tar.zst
45+
```
46+
47+
I have no time nor patience to publish the package to AUR so any help is welcome.
48+
49+
## Mac
50+
Use one of the archives for Mac (proton-client-1.2.3-mac-x86_64.zip); inside, you will find an app bundle ready to be moved when makes sense to you (probably the app folder) and being run.

0 commit comments

Comments
 (0)