Skip to content

Commit

Permalink
Added info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
connerdouglass committed Nov 11, 2021
1 parent 68f60a7 commit b11cc4a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ Install the CLI on your computer:
npm install -g @customrealms/cli
```

### Start a project
Then, you can use the CustomRealms CLI using the `crx` command in your terminal.

### Build a JAR file

Compile your plugin project to a JAR file:

```sh
crx build -o ./dist/Plugin.jar
```

0 comments on commit b11cc4a

Please sign in to comment.