未验证 提交 aff5bfd4 编写于 作者: M Matthias Benkort 提交者: GitHub

Merge pull request #594 from phthhieu/patch-1

Update ch04.md
......@@ -118,11 +118,11 @@ Should you prefer to do exercises directly in files using your own editor:
- clone the repository (`git clone git@github.com:MostlyAdequate/mostly-adequate-guide.git`)
- go in the *exercises* section (`cd mostly-adequate-guide/exercises`)
- install the necessary plumbing using [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (`npm install`)
- complete answers by modifying the files named *exercises\_\** in the corresponding chapter's folder
- complete answers by modifying the files named *exercise\_\** in the corresponding chapter's folder
- run the correction with npm (e.g. `npm run ch04`)
Unit tests will run against your answers and provide hints in case of mistake. By the by, the
answers to the exercises are available in files named *answers\_\**.
answers to the exercises are available in files named *solution\_\**.
#### Let's Practice!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册