From 5110b9cbde007231f46144eebcf68702775578da Mon Sep 17 00:00:00 2001 From: cryptopanter Date: Mon, 2 Aug 2021 11:54:44 +0430 Subject: [PATCH] command "type" instead of "cat" in windows This change is related to issues #5 only one line is added to clarify more --- tutorial-hello-world.md | 1 + 1 file changed, 1 insertion(+) 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.