File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,32 @@ Work with issues in 2 clicks:
57
57
58
58
## Install via package manager
59
59
### Debian/Ubuntu
60
- First you need to add repository
60
+ Add repository
61
61
```
62
62
curl -1sLf \
63
63
'https://dl.cloudsmith.io/public/doka-nt/worklog-reminder/setup.deb.sh' \
64
64
| sudo -E bash
65
65
```
66
- After that you are able to install Worklog Reminder
67
- ```
66
+
67
+ Install package
68
+ ``` bash
68
69
sudo apt-get update
69
70
sudo apt-get install worklog-reminder
70
71
```
71
72
73
+ ### RPM-based Linux
74
+ Add repository
75
+ ``` bash
76
+ curl -1sLf \
77
+ ' https://dl.cloudsmith.io/public/doka-nt/worklog-reminder/setup.rpm.sh' \
78
+ | sudo -E bash
79
+ ```
80
+
81
+ Install package
82
+ ``` bash
83
+ yum install worklog-reminder
84
+ ```
85
+
72
86
## Development
73
87
74
88
### Run in dev mode
You can’t perform that action at this time.
0 commit comments