Skip to content

Commit e4527f5

Browse files
authoredMay 26, 2024··
Update download.md (#17)
1 parent fa122f1 commit e4527f5

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed
 

‎download.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
sort: 1
33
---
44

5-
## For Linux and macOS (via Shell):
5+
## For Linux and macOS
6+
7+
### Using Shell:
68

79
**Install Vedic on your system with just one command.**
810

@@ -14,8 +16,13 @@ curl -fsSL https://vedic-lang.github.io/install/install.sh | bash
1416

1517
This command will download and execute the Vedic installation script, automatically setting up Vedic on your system.
1618

19+
### Using Homebrew:
20+
21+
```bash
22+
brew install vedic
23+
```
1724

18-
## For Windows (via Installer):
25+
## For Windows (Using Installer):
1926

2027
Vedic can be installed on Windows by following these steps:
2128

@@ -32,4 +39,4 @@ That's it! You are now ready to use Vedic on your system.
3239

3340
If you encounter any issues during the installation process, please refer to the Vedic documentation or reach out to our support team for assistance.
3441

35-
Happy coding with Vedic!
42+
Happy coding with Vedic!

0 commit comments

Comments
 (0)
Please sign in to comment.