Skip to content
Merged
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
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,21 @@

## Build it

```sh
# install dependencies
npm install

# compile the code
npm run compile
First, ensure you have Node.js and npm installed.

# build the package
npm run vsce package
```sh
# build the extension
make
```

Alternatively run `make`!

## Install it

```sh
# uninstall any previously installed extensions
code --uninstall-extension ponylang.pony

# install the newly-built package
code --install-extension "pony-${VERSION}.vsix"
code --install-extension "build/release/pony-${VERSION}.vsix"
```

## Configure the Language Server
Expand Down