mirror of
https://github.com/minio/minio.git
synced 2025-01-26 06:03:17 -05:00
Merge pull request #122 from harshavardhana/pr_out_update_docs
Update docs
This commit is contained in:
commit
c46058282e
@ -53,7 +53,7 @@ We welcome your contributions. To make the process as seamless as possible, we a
|
|||||||
- Commit your changes (git commit -am 'Add some feature')
|
- Commit your changes (git commit -am 'Add some feature')
|
||||||
- Push to the branch (git push origin my-new-feature)
|
- Push to the branch (git push origin my-new-feature)
|
||||||
- Create new Pull Request
|
- Create new Pull Request
|
||||||
* If you have additional dependencies ``minio`` uses [https://github.com/tools/godep](https://github.com/tools/godep)
|
* If you have additional dependencies for ``minio``, ``minio`` manages its depedencies using [godep](https://github.com/tools/godep)
|
||||||
- Run `go get foo/bar`
|
- Run `go get foo/bar`
|
||||||
- Edit your code to import foo/bar
|
- Edit your code to import foo/bar
|
||||||
- Run `make save` from top-level directory (or `godep restore && godep save ./...`).
|
- Run `make save` from top-level directory (or `godep restore && godep save ./...`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user