diff --git a/README.md b/README.md index 0c95dc9e4..35c3b7ed0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ This application still in experiment, any change could happen, but it doesn't af ## Todo - Add support for downloading by tag and branch for packages in bitbucket.org, git.oschina.net, gitcafe.com. +- Add template projects for testing commands. - Add gpm working principle design. - Add support for downloading tarballs from user sources. - After downloaded all packages in bundles or snapshots, need to check if all dependencies have been downloaded as well. diff --git a/docs/Quick_Start.md b/docs/Quick_Start.md index 80ddf1e96..ac3a796fb 100644 --- a/docs/Quick_Start.md +++ b/docs/Quick_Start.md @@ -44,8 +44,8 @@ Because we don't have all kinds of operating systems, we need your help to compl - freebsd-amd64: - linux-386: - linux-amd64: -- Windows_386: -- Windows_amd64: +- windows_386: +- windows_amd64: [gpm0.1.5 Build 0523](https://docs.google.com/file/d/0B2GBHFyTK2N8Y241eUlKd01Ia1U/edit?usp=sharing) **Attention** Because we use API to get information of packages that are hosted on github.com, but it limits 60 requests per hour, so you may get errors if you download too much(more than 50 packages per hour). We do not provider access token for secure reason, but we do have configure option `github_access_token` in configuration file `conf/gpm.toml`, so you can go to [here](https://github.com/settings/applications) and create your personal access token, and set it in `gpm.toml`.