File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1818
1919You can download the pre-built binary from the [ releases] ( https://github.com/sxwebdev/gcx/releases ) page or build it from source:
2020
21+ ### Install from source
22+
2123``` bash
22- # Install from source
2324go install github.com/sxwebdev/gcx@latest
25+ ```
26+
27+ ### Install via script
2428
25- # Or build from source
29+ ``` bash
30+ /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/sxwebdev/gcx/refs/heads/master/scripts/install.sh) "
31+ ```
32+
33+ ### Build from source
34+
35+ ``` bash
2636git clone https://github.com/sxwebdev/gcx.git
2737cd gcx
2838make build
29-
30- # Or install via script
31- /bin/bash -c " $( curl -fsSL https://raw.githubusercontent.com/sxwebdev/gcx/refs/heads/master/scripts/install.sh) "
3239```
3340
34- Alternatively, you can use the Docker image available on Docker Hub:
41+ ### Use Docker Hub
3542
3643``` bash
3744docker pull sxwebdev/gcx:latest
You can’t perform that action at this time.
0 commit comments