Skip to content

Commit 7dd6466

Browse files
xi xiaoxixiaofinland
authored andcommitted
chore: update readme
1 parent d4fca85 commit 7dd6466

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525

2626
`afmt` (Apex formatting tool) is written in Rust 🦀 and leverages the [tree-sitter sfapex parser](https://github.com/aheber/tree-sitter-sfapex).
2727

28+
> [!NOTE]
29+
> We're looking for contributors to help create a VSCode plugin! Feel free to join the [discussion](https://github.com/xixiaofinland/afmt/issues/83)!
30+
2831
<br>
2932

3033
## ⭐ Features
@@ -60,18 +63,13 @@ This means `afmt` will progressively introduce more configuration options, addre
6063

6164
### 1. Script Install
6265

63-
The script downloads `afmt` latest version to a user's folder and prompts whether adding it to the Path.
64-
65-
> [!tip]
66-
> Always review the installation script before executing it on your system.
67-
6866
#### For Linux/MacOS
6967

7068
```bash
7169
curl -sL https://raw.githubusercontent.com/xixiaofinland/afmt/main/scripts/install-afmt.sh | bash
7270
```
7371

74-
#### For Windows
72+
#### For Windows (PowerShell)
7573

7674
```ps1
7775
iwr -useb https://raw.githubusercontent.com/xixiaofinland/afmt/main/scripts/install-afmt.ps1 | iex

0 commit comments

Comments
 (0)