Skip to content

Commit

Permalink
Merge pull request #1690 from w33ts/patch-1
Browse files Browse the repository at this point in the history
Fixed command typo in Getting Started.md
  • Loading branch information
rkervella authored May 17, 2024
2 parents 5d142ac + 4315a3f commit d92f079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sliver-docs/pages/docs/md/Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For a Linux server, you can also use the one liner installation `curl https://sl
{"src": "/asciinema/install-1.cast", "cols": "132"}
```

If you install Sliver via the one liner, you can check that the server service is running using `systemctl status sliver`. Note that the Sliver service is not configured to start automatically on boot by default (i.e., if you reboot the server you'll need to start the service again using `systemctrl start sliver`):
If you install Sliver via the one liner, you can check that the server service is running using `systemctl status sliver`. Note that the Sliver service is not configured to start automatically on boot by default (i.e., if you reboot the server you'll need to start the service again using `systemctl start sliver`):

```asciinema
{"src": "/asciinema/service-status-1.cast", "cols": "132", "rows": "14", "idleTimeLimit": 8}
Expand Down

0 comments on commit d92f079

Please sign in to comment.