Skip to content

Commit e90f5f0

Browse files
committed
Mention the Q&A category
1 parent 0e090ae commit e90f5f0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,13 @@ The list allows you to…
124124

125125
- See the status of all exercises (done or pending)
126126
- `c`: Continue at another exercise (temporarily skip some exercises or go back to a previous one)
127-
- `r`: Reset status and file of an exercise (you need to _reload/reopen_ its file in your editor afterwards)
127+
- `r`: Reset status and file of the selected exercise (you need to _reload/reopen_ its file in your editor afterwards)
128128

129129
See the footer of the list for all possible keys.
130130

131-
## Continuing On
131+
## Questions?
132132

133-
Once you've completed Rustlings, put your new knowledge to good use!
134-
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
133+
If you need any help while doing the exercises and the builtin-hints aren't helpful, feel free to ask in the [_Q&A_ category of the discussions](https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q=) if your question wasn't asked yet 💡
135134

136135
## Third-Party Exercises
137136

@@ -144,6 +143,11 @@ Do you want to create your own set of Rustlings exercises to focus on some speci
144143
Or do you want to translate the original Rustlings exercises?
145144
Then follow the the guide about [third-party exercises](https://github.com/rust-lang/rustlings/blob/main/THIRD_PARTY_EXERCISES.md)!
146145

146+
## Continuing On
147+
148+
Once you've completed Rustlings, put your new knowledge to good use!
149+
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
150+
147151
## Uninstalling Rustlings
148152

149153
If you want to remove Rustlings from your system, run the following command:

0 commit comments

Comments
 (0)