mirror of https://github.com/status-im/xgo.git
Remove some of the clutter.
This commit is contained in:
parent
08c793a83f
commit
dfd5fd614a
21
README.md
21
README.md
|
@ -54,26 +54,7 @@ Usage
|
|||
Simply specify the import path you want to build, and xgo will do the rest:
|
||||
|
||||
$ xgo github.com/project-iris/iris
|
||||
Checking docker installation...
|
||||
Client version: 1.1.2
|
||||
Client API version: 1.13
|
||||
Go version (client): go1.3
|
||||
Git commit (client): d84a070
|
||||
Server version: 1.1.2
|
||||
Server API version: 1.13
|
||||
Go version (server): go1.3
|
||||
Git commit (server): d84a070
|
||||
|
||||
Cross compiling github.com/project-iris/iris
|
||||
Fetching github.com/project-iris/iris...
|
||||
Compiling for linux/amd64...
|
||||
Compiling for linux/386...
|
||||
Compiling for linux/arm...
|
||||
Compiling for windows/amd64...
|
||||
Compiling for windows/386...
|
||||
Compiling for darwin/amd64...
|
||||
Compiling for darwin/386...
|
||||
Moving binaries to host...
|
||||
...
|
||||
|
||||
$ ls -al
|
||||
-rwxr-xr-x 1 root root 3086860 Aug 7 10:01 iris-darwin-386
|
||||
|
|
Loading…
Reference in New Issue