Skip to content

Commit 9251691

Browse files
authored
Update README.md
update readme
1 parent 7ec99f6 commit 9251691

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ A simple application for license key verification written in Golang.
1010
- copy `etc/license-server.service` file to `/etc/systemd/system/license-server.service` or your os
1111
systemd service config directory
1212
- Now enable service and start
13-
```bash
14-
systemctl enable license-server.service
15-
systemctl start license-server.service
16-
systemctl status license-server.service
17-
```
13+
```bash
14+
systemctl enable license-server.service
15+
systemctl start license-server.service
16+
systemctl status license-server.service
17+
```
1818
- Stop the server
19-
```bash
20-
systemctl stop license-server.service
21-
```
19+
```bash
20+
systemctl stop license-server.service
21+
```
2222
- use repo `etc/license-server.conf` file and change your needs
2323
- copy `etc/license-server.conf` file to `/etc/nginx/site-available` or your os
2424
web server vhost config directory
@@ -78,4 +78,4 @@ current directory.
7878
Send an e-mail to H.R. Shadhin via [[email protected]](mailto:[email protected])
7979
8080
# License
81-
[MIT](https://github.com/hrshadhin/license-server/blob/master/LICENSE)
81+
[MIT](https://github.com/hrshadhin/license-server/blob/master/LICENSE)

0 commit comments

Comments
 (0)