Skip to content

Commit 5f3b477

Browse files
committed
Update README
1 parent 146f2e7 commit 5f3b477

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,21 @@ with [VSCode](https://github.com/neoclide/coc.nvim).
99
Installation
1010
------------
1111

12-
The package isn't published yet on the "marketplace" so:
12+
### Normal Installation
1313

14-
1. Install [yarn](https://classic.yarnpkg.com/en/docs/install) and [npm](https://www.npmjs.com/get-npm).
14+
1. Download the `phpactor.vsix` file from the [lastest release](https://github.com/phpactor/vscode-phpactor/releases/latest)
15+
2. Run `code --install-extension /path/to/phpactor.vsix`
16+
17+
### Development Installation
18+
19+
For development it is easier
20+
21+
1. Install [npm](https://www.npmjs.com/get-npm).
1522
2. Install typescript: `npm install -g typescript`
1623
3. Git clone this package
1724
4. `npm install`
18-
5. `yarn build`
19-
6. `cd ~/.vscode/extensions`. If running [VS Code server on WSL](https://code.visualstudio.com/docs/remote/wsl): `cd ~/.vscode-server/extensions`
20-
7. `ln -s /path/to/vscode-phpactor`
25+
5. `cd ~/.vscode/extensions`. If running [VS Code server on WSL](https://code.visualstudio.com/docs/remote/wsl): `cd ~/.vscode-server/extensions`
26+
6. `ln -s /path/to/vscode-phpactor`
2127

2228
Phpactor should then be enabled the next time you start VS code.
2329

0 commit comments

Comments
 (0)