Browse Source

docs: readme

Kristjan Kosic 4 năm trước cách đây
mục cha
commit
fc5d47bbb0
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  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.