diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 13:38:24 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-10 13:38:24 +0530 |
commit | 01b5388bdfb50afc6dfafa0003a1af8940a88749 (patch) | |
tree | 53d7dc72248d0858567af8579b7f156eb581dcb2 /README.md | |
parent | ee9dd0699794b60e4f1b421e23f9d5d7c497f049 (diff) |
converted last section to bullet points
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -149,9 +149,9 @@ python3 removeSample.py **There is a sample systemd file in the misc folder** -Configure the file and then copy it to `/etc/systemd/system` +* Configure the file and then copy it to `/etc/systemd/system` -You can start the server by running `sudo systemctl start curie` +* You can start the server by running `sudo systemctl start curie` -To enable the server to start on boot run `sudo systemctl enable curie` +* To enable the server to start on boot run `sudo systemctl enable curie` |