File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,18 +14,24 @@ Current development status is "early alpha version".
1414
1515Here 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
1921The utility will be installed to ` /usr/local/bin/ ` directory, so please make sure the path is present in PATH
2022environment 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
2630The utility is written in Go, so the corresponding toolchain should be installed first.
2731
2832There 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
You can’t perform that action at this time.
0 commit comments