Skip to content

Commit 772f2cc

Browse files
committed
Update installation instructions
Bump to version 1.2.0
1 parent ba3086d commit 772f2cc

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,27 @@ paru -S mdt # or with your AUR helper of choice
3434
brew install mdt
3535
```
3636

37-
### Manual installation using `make`
37+
### Manually with `make`
3838

3939
```sh
40+
# Clone the repo
4041
git clone https://github.com/basilioss/mdt
42+
43+
# Change your current directory to mdt
4144
cd mdt
45+
46+
# Install
4247
sudo make install
48+
49+
# Update
50+
git pull
51+
sudo make install
52+
53+
# Remove
54+
sudo make uninstall
4355
```
4456

45-
### Manual installation with `curl`
57+
### Manually with `curl`
4658

4759
```sh
4860
# Download

mdt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ file_editor="${MDT_EDITOR:-${EDITOR}}"
1515
################################################
1616

1717
me="${0##*/}"
18-
mdt_version="1.1.3"
18+
mdt_version="1.2.0"
1919

2020
print_help()
2121
{

0 commit comments

Comments
 (0)