diff --git a/download.md b/download.md index 896e1e2..94e5b37 100755 --- a/download.md +++ b/download.md @@ -2,7 +2,9 @@ sort: 1 --- -## For Linux and macOS (via Shell): +## For Linux and macOS + +### Using Shell: **Install Vedic on your system with just one command.** @@ -14,8 +16,13 @@ curl -fsSL https://vedic-lang.github.io/install/install.sh | bash This command will download and execute the Vedic installation script, automatically setting up Vedic on your system. +### Using Homebrew: + +```bash +brew install vedic +``` -## For Windows (via Installer): +## For Windows (Using Installer): Vedic can be installed on Windows by following these steps: @@ -32,4 +39,4 @@ That's it! You are now ready to use Vedic on your system. If you encounter any issues during the installation process, please refer to the Vedic documentation or reach out to our support team for assistance. -Happy coding with Vedic! \ No newline at end of file +Happy coding with Vedic!