mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
append build steps
This commit is contained in:
@@ -39,11 +39,13 @@ docker run -ti -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ct
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
To build `ctop` from source ensure you have a recent version of [glide](http://glide.sh/) installed.
|
To build `ctop` from source, ensure you have a recent version of [glide](http://glide.sh/) installed and run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd $GOPATH/src/github.com/bcicen/ctop
|
git clone https://github.com/bcicen/ctop.git $GOPATH/src/github.com/bcicen/ctop && \
|
||||||
glide install
|
cd $GOPATH/src/github.com/bcicen/ctop && \
|
||||||
|
glide install && \
|
||||||
|
go build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user