Skip to content

Commit ba162f7

Browse files
committed
Highlight commands using separate code blocks
1 parent 6d12ee8 commit ba162f7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,24 @@ Current development status is "early alpha version".
1414

1515
Here is the command to install the utility:
1616

17-
`curl -fsSL https://raw.githubusercontent.com/plesk/pleskapp/master/install.sh | bash`
17+
```
18+
curl -fsSL https://raw.githubusercontent.com/plesk/pleskapp/master/install.sh | bash
19+
```
1820

1921
The utility will be installed to `/usr/local/bin/` directory, so please make sure the path is present in PATH
2022
environment variable. To test it one can use the following command:
2123

22-
`plesk version`
24+
```
25+
plesk version
26+
```
2327

2428
# How to Build
2529

2630
The utility is written in Go, so the corresponding toolchain should be installed first.
2731

2832
There is a Makefile with bunch of targets. One can use the following command to build the binary:
2933

30-
`make`
34+
```
35+
make
36+
```
3137

0 commit comments

Comments
 (0)