mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
add cd hello world (#124)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user