File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -34,15 +34,27 @@ paru -S mdt # or with your AUR helper of choice
34
34
brew install mdt
35
35
```
36
36
37
- ### Manual installation using ` make `
37
+ ### Manually with ` make `
38
38
39
39
``` sh
40
+ # Clone the repo
40
41
git clone https://github.com/basilioss/mdt
42
+
43
+ # Change your current directory to mdt
41
44
cd mdt
45
+
46
+ # Install
42
47
sudo make install
48
+
49
+ # Update
50
+ git pull
51
+ sudo make install
52
+
53
+ # Remove
54
+ sudo make uninstall
43
55
```
44
56
45
- ### Manual installation with ` curl `
57
+ ### Manually with ` curl `
46
58
47
59
``` sh
48
60
# Download
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ file_editor="${MDT_EDITOR:-${EDITOR}}"
15
15
# ###############################################
16
16
17
17
me=" ${0##*/ } "
18
- mdt_version=" 1.1.3 "
18
+ mdt_version=" 1.2.0 "
19
19
20
20
print_help ()
21
21
{
You can’t perform that action at this time.
0 commit comments