1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-20 23:01:15 +02:00

refactor: using ```sh instead of shell

This commit is contained in:
2022-09-21 04:38:39 +02:00
parent 888f28b2d3
commit b0c886d962
54 changed files with 71 additions and 73 deletions

View File

@@ -11,7 +11,7 @@ Due to easy handling and reproducable environments it is a useful tool.
Another possibility is to try the official convenience script.
To get and execute it run the following in your terminal.
```shell
```sh
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
```