瀏覽代碼

docs: readme

Kristjan Kosic 4 年之前
父節點
當前提交
fc5d47bbb0
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      README.md

+ 6 - 4
README.md

@@ -15,10 +15,12 @@ https://hardhat.org/guides/shorthand.html
 
 ## Usage
 
-- `hh compile` - compile smart contract and generate typechain ts bindings
-- `hh test` - run tests
-- `hh deploy` - deploy to local network (see options for more)
-- `hh TABTAB` - autocomplete - check for other tasks and options
+Run `npm install` and then:
+
+- `hh compile` - to compile smart contract and generate typechain ts bindings
+- `hh test` - to run tests
+- `hh deploy` - to deploy to local network (see options for more)
+- `hh TABTAB` - to use autocomplete.
 
 
 Check `package.json` scripts for more options.