Browse Source

v0.1.5 Build 0523

pull/103/head
Unknown 12 years ago
parent
commit
1573ec46a8
  1. 1
      README.md
  2. 4
      docs/Quick_Start.md

1
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.

4
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`.

Loading…
Cancel
Save