update readme.md

This commit is contained in:
wangle 2020-09-15 00:09:05 +08:00
parent 674b52a732
commit 3ea61a8926
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ ______
├── GOPATH : /home/beeuser/.go ├── GOPATH : /home/beeuser/.go
├── GOROOT : /usr/local/Cellar/go/1.14.1/libexec ├── GOROOT : /usr/local/Cellar/go/1.14.1/libexec
├── Compiler : gc ├── Compiler : gc
└── UpdatedAt : 2020-09-13 └── Published : 2020-09-13
``` ```
You can also change the output format using `-o` flag: You can also change the output format using `-o` flag:
@ -92,7 +92,7 @@ $ bee version -o json
"Compiler": "gc", "Compiler": "gc",
"BeeVersion": "1.12.1", "BeeVersion": "1.12.1",
"BeegoVersion": "1.12.2", "BeegoVersion": "1.12.2",
"UpdatedAt": "2020-09-13" "Published": "2020-09-13"
} }
``` ```