Skip to content

Commit a1e646b

Browse files
authored
#14 Update readme
Instructions to install via package manager
1 parent 3397133 commit a1e646b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,32 @@ Work with issues in 2 clicks:
5757

5858
## Install via package manager
5959
### Debian/Ubuntu
60-
First you need to add repository
60+
Add repository
6161
```
6262
curl -1sLf \
6363
'https://dl.cloudsmith.io/public/doka-nt/worklog-reminder/setup.deb.sh' \
6464
| sudo -E bash
6565
```
66-
After that you are able to install Worklog Reminder
67-
```
66+
67+
Install package
68+
```bash
6869
sudo apt-get update
6970
sudo apt-get install worklog-reminder
7071
```
7172

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+
7286
## Development
7387

7488
### Run in dev mode

0 commit comments

Comments
 (0)