diff --git a/tutorial-hello-world.md b/tutorial-hello-world.md index 28bb2ec..0002e2e 100644 --- a/tutorial-hello-world.md +++ b/tutorial-hello-world.md @@ -70,6 +70,7 @@ Run the following command: ```bash cat test/hello-world.ts ``` +(Hint: using command "type" instead of "cat" in windows shell if cat doesn't work!) Take a few seconds to review the contents of the file. You should ignore the test setup functions and focus on the most relevant parts related to Clarity.