From 2a267cd9673ca9e78c1f09f7d246a66baf5cc7e4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 25 Jan 2014 16:42:19 +0900 Subject: [PATCH] Update README --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dee1c7d56..6ad52bb65 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,22 @@ USAGE: gopm [global options] command [command options] [arguments...] VERSION: - 0.6.1.0110 + 0.6.2.0125 COMMANDS: - get fetch remote package(s) and dependencies to local repository - bin download and link dependencies and build executable binary - gen generate a gopmfile according current Go project - run link dependencies and go run - build link dependencies and go build - install link dependencies and go install - help, h Shows a list of commands or help for one command + get fetch remote package(s) and dependencies to local repository + bin download and link dependencies and build executable binary + gen generate a gopmfile according current Go project + run link dependencies and go run + build link dependencies and go build + install link dependencies and go install + update check and update gopm resources including itself + help, h Shows a list of commands or help for one command GLOBAL OPTIONS: - --noterm disable color output - --version, -v print the version - --help, -h show help + --noterm disable color output + --version, -v print the version + --help, -h show help ```