Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Oct 29, 2024
1 parent 6ee921e commit c30d3d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# Move on Aptos language plugin for the IntelliJ-based IDEs

The plugin supports the latest version of the Move on Aptos language, including the new features of v2, like enums or receiver-style functions.
Plugin documentation is available at https://intellij-move.github.io/.

## Installation

Open `Settings > Plugins > Marketplace` in your IDE, search for _Move on Aptos_ and install the plugin.

EAP builds are also available, which contain the build from the current `master` branch. See the [docs on EAPs](https://intellij-move.github.io/quick-start.html#install-eap-version-of-the-plugin) for the how-to instructions.

## Compatible IDEs

The plugin is compatible with all IntelliJ-based IDEs starting from 2023.3.
Versions older than 2023.3 have an older version of the Intellij-Move plugin available.
The plugin is compatible with all IntelliJ-based IDEs starting from 2024.2.
On the other versions, older versions of the plugin are available.

New features are announced in [What's New section of the documentation](https://intellij-move.github.io/what-s-new.html).

Expand Down

0 comments on commit c30d3d1

Please sign in to comment.