tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
229 stars 329 forks source link

Minor tweaks in the README to explain setting up the server and running tests #667

Closed jv-garcia closed 2 years ago

jv-garcia commented 2 years ago

As explained in a previous PR, when running

cargo +nightly test

The tests failed because a doc-test needs tokio-unstable. I added this flag in the instructions, and add what felt to me like a better explanation of how to set up the local server.

How did I test this?

Followed the testing instructions again.

Markdown in my IDE looked pretty for the doc changes.