Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Mar 11, 2023
1 parent b79dd08 commit 4ebcd90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Note: we assume that all requires are **pure** with no side effects. It is not r

This feature is enabled by default, it can be disabled using `--no-editorconfig`.

- Published StyLua to the [Docker Hub](https://hub.docker.com/r/johnnymorganz/stylua)

## [0.16.1] - 2023-02-10

### Fixed
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ enforcing a consistent code style.

There are multiple ways to install StyLua:

### With Docker

If you are using Docker, the easiest way to install StyLua is:

```
COPY --from=JohnnyMorganz/StyLua:0.17.0 /stylua /usr/bin/stylua
```

### With Github Releases

Pre-built binaries are available on the [GitHub Releases Page](https://github.com/JohnnyMorganz/StyLua/releases).
Expand Down Expand Up @@ -79,6 +71,16 @@ npx @johnnymorganz/stylua-bin --help
StyLua is also available as a WASM library at [@johnnymorganz/stylua](https://www.npmjs.com/package/@johnnymorganz/stylua).
It is usable in Node.js, or in the browser (using a bundler).

### Docker

StyLua is available on the [Docker Hub](https://hub.docker.com/r/johnnymorganz/stylua).

If you are using Docker, the easiest way to install StyLua is:

```dockerfile
COPY --from=JohnnyMorganz/StyLua:0.17.0 /stylua /usr/bin/stylua
```

### Other Installation Methods

- [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.stylua)
Expand Down

0 comments on commit 4ebcd90

Please sign in to comment.