Skip to content

Commit

Permalink
[move-ide] Prettier Move plugin install instruction fix (MystenLabs#1…
Browse files Browse the repository at this point in the history
…6059)

## Description 

A minor documentation fix.
  • Loading branch information
awelc authored Feb 2, 2024
1 parent 7bef55a commit d2cc9b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Go to the root directory of the Move package whose files you'd like to format (i
containing the Move.toml manifest file for this package) and run the following command:

``` bash
npm install [email protected] ~/prettier-plugin-move
npm install [email protected] "$SUI"/external-crates/move/crates/move-analyzer/prettier-plugin
```

This will install both the prettier formatter and the plugin in the `./node_modules` directory.
Expand Down

0 comments on commit d2cc9b8

Please sign in to comment.