diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-11-15 09:30:52 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-11-15 09:30:52 +0530 |
commit | a1b59dd6a949633a86b91dcc9bf23f896107182d (patch) | |
tree | 76d296b686bd11eaac5ca703789f86c372b6ef3b /README.md | |
parent | 8704837c8a4990b41aa9328ea1326b3e1afef4da (diff) |
fix: exit if file is empty or decryption failsv1.2.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -66,9 +66,9 @@ which you probably should. ### Stable Release ``` -wget https://github.com/ayushnix/tessen/releases/download/v1.2.1/tessen-1.2.1.tar.gz -tar xvzf tessen-1.2.1.tar.gz -cd tessen-1.2.1 +wget https://github.com/ayushnix/tessen/releases/download/v1.2.2/tessen-1.2.2.tar.gz +tar xvzf tessen-1.2.2.tar.gz +cd tessen-1.2.2 sudo make install ``` |