EOSIO / welcome

Documentation that covers EOSIO Overview, Getting Started and Protocol documents
38 stars 54 forks source link

Step 1: The Addressbook Counter Contract - missing step in CLI instructions #213

Closed interwebcoding closed 4 years ago

interwebcoding commented 4 years ago
File: [docs/02_getting-started/03_smart-contract-development/07_inline-action-to-external-contract.md](https://github.com/EOSIO/welcome/blob/develop/docs/02_getting-started/03_smart-contract-development/07_inline-action-to-external-contract.md) Current: ``` cd CONTRACTS_DIR mkdir abcounter touch abcounter.cpp ``` Should be: ``` cd CONTRACTS_DIR mkdir abcounter cd abcounter touch abcounter.cpp ```