mirror of https://github.com/rust-lang/rust.git
Adding #rust-beginners to README and pointing the two channels on getting-started
This commit is contained in:
parent
90d7440f54
commit
c233f2ee29
|
@ -177,10 +177,11 @@ To contribute to Rust, please see [CONTRIBUTING](CONTRIBUTING.md).
|
|||
Rust has an [IRC] culture and most real-time collaboration happens in a
|
||||
variety of channels on Mozilla's IRC network, irc.mozilla.org. The
|
||||
most popular channel is [#rust], a venue for general discussion about
|
||||
Rust, and a good place to ask for help.
|
||||
Rust. And a good place to ask for help would be [#rust-beginners].
|
||||
|
||||
[IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
|
||||
[#rust]: irc://irc.mozilla.org/rust
|
||||
[#rust-beginners]: irc://irc.mozilla.org/rust-beginners
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -164,13 +164,17 @@ installed. Doing so will depend on your specific system, consult its
|
|||
documentation for more details.
|
||||
|
||||
If not, there are a number of places where we can get help. The easiest is
|
||||
[the #rust-beginners IRC channel on irc.mozilla.org][irc], which we can access through
|
||||
[Mibbit][mibbit]. Click that link, and we'll be chatting with other Rustaceans
|
||||
(a silly nickname we call ourselves) who can help us out. Other great resources
|
||||
include [the user’s forum][users], and [Stack Overflow][stackoverflow].
|
||||
[the #rust-beginners IRC channel on irc.mozilla.org][irc-beginners], which we
|
||||
can access through [Mibbit][mibbit-beginners] and for general discussion
|
||||
[the #rust IRC channel on irc.mozilla.org][irc], which we can access through
|
||||
[Mibbit][mibbit]. Then we'll be chatting with other Rustaceans (a silly
|
||||
nickname we call ourselves) who can help us out. Other great resources include
|
||||
[the user’s forum][users], and [Stack Overflow][stackoverflow].
|
||||
|
||||
[irc]: irc://irc.mozilla.org/#rust-beginners
|
||||
[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners
|
||||
[irc-beginners]: irc://irc.mozilla.org/#rust-beginners
|
||||
[mibbit-beginners]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners
|
||||
[irc]: irc://irc.mozilla.org/#rust
|
||||
[mibbit]: http://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
|
||||
[users]: https://users.rust-lang.org/
|
||||
[stackoverflow]: http://stackoverflow.com/questions/tagged/rust
|
||||
|
||||
|
|
Loading…
Reference in New Issue