Skip to content

Commit 77bcc39

Browse files
committed
docs: fix linting
Signed-off-by: Luca Di Maio <[email protected]>
1 parent 156c9d1 commit 77bcc39

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,10 @@ you can trust me and simply run this in your terminal:
364364
```sh
365365
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
366366
```
367+
367368
or using wget
368-
```
369+
370+
```sh
369371
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh
370372
```
371373

@@ -374,8 +376,10 @@ or if you want to select a custom directory to install without sudo:
374376
```sh
375377
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~/.local
376378
```
379+
377380
or using wget
378-
```
381+
382+
```sh
379383
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~/.local
380384
```
381385

@@ -384,8 +388,10 @@ If you want to install the last development version, directly from the last comm
384388
```sh
385389
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh -s -- --next
386390
```
391+
387392
or using wget
388-
```
393+
394+
```sh
389395
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh -s -- --next
390396
```
391397

@@ -394,8 +400,10 @@ or:
394400
```sh
395401
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local
396402
```
403+
397404
or using wget
398-
```
405+
406+
```sh
399407
wget -qO- https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local
400408
```
401409

0 commit comments

Comments
 (0)