@@ -32,7 +32,7 @@ And it runs on all platforms Rust supports, including Windows.
32
32
* [ Security] ( #security )
33
33
* [ FAQ] ( #faq )
34
34
* [ License] ( #license )
35
- * [ Contributing] ( #contributing )
35
+ * [ Contributing] ( CONTRIBUTING.md )
36
36
37
37
## Installation
38
38
@@ -706,37 +706,6 @@ Licensed under either of
706
706
707
707
at your option.
708
708
709
- ## Contributing
710
-
711
- 1 . Fork it!
712
- 2 . Create your feature branch: ` git checkout -b my-new-feature `
713
- 3 . Commit your changes: ` git commit -am 'Add some feature' `
714
- 4 . Push to the branch: ` git push origin my-new-feature `
715
- 5 . Submit a pull request : D
716
-
717
- For developing on ` rustup ` itself, you may want to install into a temporary
718
- directory, with a series of commands similar to this:
719
-
720
- ``` bash
721
- $ cargo build
722
- $ mkdir home
723
- $ RUSTUP_HOME=home CARGO_HOME=home target/debug/rustup-init --no-modify-path -y
724
- ```
725
-
726
- You can then try out ` rustup ` with your changes by running ` home/bin/rustup ` , without
727
- affecting any existing installation. Remember to keep those two environment variables
728
- set when running your compiled ` rustup-init ` or the toolchains it installs, but _ unset_
729
- when rebuilding ` rustup ` itself.
730
-
731
- We use ` rustfmt ` to keep our codebase consistently formatted. Please ensure that
732
- you have correctly formatted your code (most editors will do this automatically
733
- when saving) or it may not pass the CI tests.
734
-
735
- Unless you explicitly state otherwise, any contribution intentionally
736
- submitted for inclusion in the work by you, as defined in the
737
- Apache-2.0 license, shall be dual licensed as above, without any
738
- additional terms or conditions.
739
-
740
709
<!-- Badges -->
741
710
[ travis-build-status ] : https://travis-ci.org/rust-lang/rustup.rs
742
711
[ travis-build-status-svg ] : https://img.shields.io/travis/rust-lang/rustup.rs.svg
0 commit comments