diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-11-14 19:15:17 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-11-14 19:16:53 +0530 |
commit | 8704837c8a4990b41aa9328ea1326b3e1afef4da (patch) | |
tree | 9329775ded60e03fd64d6b01bb5df5e6c935e363 /README.md | |
parent | 55eed7d58e5039de173cf7dbbf2a452b7f380acd (diff) |
fix: use tabs instead of spaces in Makefilev1.2.1
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.0/tessen-1.2.0.tar.gz -tar xvzf tessen-1.2.0.tar.gz -cd tessen-1.2.0 +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 sudo make install ``` |