add cd hello world (#124)

This commit is contained in:
BitcoinMechanic
2022-05-16 14:05:41 -07:00
committed by GitHub
parent 6ab9f8f0b1
commit 8270e3e11e

View File

@@ -8,7 +8,7 @@ For this example, we are going to create a simple Rust project that serves a sta
.. code:: bash
mkdir hello-world
mkdir hello-world && cd hello-world
cargo init
touch src/index.html