Browse Source

update

pull/103/head
Unknown 12 years ago
parent
commit
2dae517245
  1. 1
      README.md
  2. 2
      conf/gpm.toml

1
README.md

@ -17,3 +17,4 @@ gpm(Go Package Manager) is a Go package manage tool for search, install, update
- Add gpm working principle design.
- Download package from code.google.com only support hg as version control system, probably support git and svn.
- All errors should have specific title for exactly where were created.
- i18n support for all strings.

2
conf/gpm.toml

@ -1,7 +1,7 @@
# This is a configuration file for gpm with toml format.
title = "gpm(Go Package Manager)"
version = "v0.0.3 Build 0519"
version = "v0.0.4 Build 0520"
username = ""
password = ""
user_language = "en-US"
Loading…
Cancel
Save