aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAyush Agarwal <ayush@fastmail.in>2021-11-14 19:15:17 +0530
committerAyush Agarwal <ayush@fastmail.in>2021-11-14 19:16:53 +0530
commit8704837c8a4990b41aa9328ea1326b3e1afef4da (patch)
tree9329775ded60e03fd64d6b01bb5df5e6c935e363 /README.md
parent55eed7d58e5039de173cf7dbbf2a452b7f380acd (diff)
fix: use tabs instead of spaces in Makefilev1.2.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 43ece7a..390cc74 100644
--- a/README.md
+++ b/README.md
@@ -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
```