未验证 提交 6d8fee4d 编写于 作者: D Darío Hereñú 提交者: GitHub

docs: fixed typo and enhance readability in README (#1162)

* Fixed typo on line 38

* semantic proposal on line 27
* plus minor formatting proposals

* docs: improve phrasing
Co-authored-by: NBen Hong <ben@bencodezen.io>
上级 0f8c4e88
......@@ -24,7 +24,7 @@ To enable this feature, follow [this guide](./docs/open-in-editor.md).
### Manual Installation
This is only necessary when you want to build the extension yourself from source to get not-yet-released features.
This is only necessary when you want to build the extension with the source repo to get not-yet-released features.
**Make sure you are using Node 6+ and NPM 3+**
......@@ -32,7 +32,7 @@ This is only necessary when you want to build the extension yourself from source
2. `cd vue-devtools` the newly created folder
2. run `yarn install`
3. then run `yarn run build`
4. Open the Chrome extension page (currently under Menu > More Tools > Extensions)
4. Open the Chrome extension page (currently under `Menu` > `More Tools` > `Extensions`)
5. Check "developer mode" on the top-right corner
6. Click the "load unpacked" button on the left, and choose the folder: `vue-devtools/packages/shell-chrome/`
7. Alternatively to step 3, you can also use `yarn dev:chrome` to build & watch the unpacked extension
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册