You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,12 @@ In our daily project development, we frequently encounter situations where we ne
24
24
---
25
25
26
26
## How to Install Wutong
27
-
> [!NOTE]
28
-
> During the test phase, Wutong does not provide installation methods. If you wish to experience it, please compile it yourself. Upon the release of the official version, Wutong will provide installation methods.
29
-
> Version 0.1.0 we will launch Wutong at HomeBrew
27
+
If you are a MacOS user, you can use:
28
+
```bash
29
+
brew install wutong
30
+
```
31
+
If you are a Windows or Linux user, please wait for the subsequent version.
0 commit comments