diff --git a/features_CN.md b/features_CN.md index eb5246687..ee31053c4 100644 --- a/features_CN.md +++ b/features_CN.md @@ -40,6 +40,17 @@ gopm * tag: 表示的是某个tag * commit: 表示的是某个reversion +#配置文件说明 + +默认没有配置文件,当系统第一次启动时检测homedir/.gopm/config,看是否存在,如果不存在则自动创建此配置文件。 +配置文件内容如下: +[sources] +http://gopm.io + +[repos] +~/.gopm/repos + + #各命令的目标和作用 diff --git a/usage.md b/usage.md index 4acb58f55..98f0fe0cc 100644 --- a/usage.md +++ b/usage.md @@ -21,10 +21,3 @@ gopm build build project according to gopmfile gopm run build project according to gopmfile and run gopm test test project like go test - -.gopmspec file format: -[production] -beego = tag:0.1 -xorm >= branch:0.2 - -[test]