Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
atsyplenkov committed Jan 5, 2025
1 parent d2b5a2b commit 34dfd3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ The extension is published on the [Open VSX Registry](https://open-vsx.org/exten

Alternatively, you can install the latest version from the [Releases](https://github.com/atsyplenkov/formalist/releases/) page. Download the latest `.vsix` file and install it as described [here](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix).

## Dependencies

`Formalist` depends on two R packages [`{pedant}`](https://github.com/wurli/pedant) and [`{flint}`](https://github.com/etiennebacher/flint). If your current environment is lacking either of them, you will be prompted to install them.

![](https://github.com/atsyplenkov/formalist/raw/master/assets/formalist_install.gif)

# Questions and Feature Requests

Expand Down
Binary file modified assets/formalist_flint.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/formalist_install.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "formalist",
"displayName": "formalist",
"description": "Make R code properly formatted",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "atsyplenkov",
"license": "MIT",
"pricing": "Free",
Expand Down

0 comments on commit 34dfd3a

Please sign in to comment.