Skip to content

Edit #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Edit #49

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It's recommended to have [node.js](https://nodejs.org/) or [io.js](https://iojs.

```
cd ~/Library/Application\ Support/Brackets/extensions/user/
git clone https://github.com/zaggino/brackets-npm-registry.git brackets-npm-registry
git clone https://github.com/seawin/brackets-npm-registry.git brackets-npm-registry
cd brackets-npm-registry
npm install
```
Expand All @@ -23,7 +23,7 @@ npm install

```
cd /D %HOMEDRIVE%%HOMEPATH%\AppData\Roaming\Brackets\extensions\user
git clone https://github.com/zaggino/brackets-npm-registry.git brackets-npm-registry
git clone https://github.com/seawin/brackets-npm-registry.git brackets-npm-registry
cd brackets-npm-registry
npm install
```
Expand All @@ -32,10 +32,36 @@ npm install

```
cd ~/.config/Brackets/extensions/user
git clone https://github.com/zaggino/brackets-npm-registry.git brackets-npm-registry
git clone https://github.com/seawin/brackets-npm-registry.git brackets-npm-registry
cd brackets-npm-registry
npm install
```
## Extra:for Chinese

1、进入brackets插件目录:Show Extensions Floder

```
windows:cd /D %HOMEDRIVE%%HOMEPATH%\AppData\Roaming\Brackets\extensions\user
linux: cd ~/.config/Brackets/extensions/user
mac: cd ~/Library/Application\ Support/Brackets/extensions/user/
```

2、下载文件到当前文件夹:git clone \<url> \<re_name>

git clone https://github.com/seawin/brackets-npm-registry.git brackets-npm-registry

3、进入下载文件夹内:cd \<re_name>

cd brackets-npm-registry

4、通过npm安装
######   !!! 如果没有插件图标![icon.png](icon.png),可能就是没有这一步骤

npm install





## How to use brackets-npm-registry

Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.