Skip to content

added single ruby script for installing package in brew #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand All @@ -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:

Expand All @@ -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!
Happy coding with Vedic!