Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Feb 20, 2024
1 parent 0db2120 commit a25a3e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@ The following scripts are provided in order to install MetaCall:

In order to install MetaCall in one line, curl or wget or powershell can be used:

- `curl`:
- `curl`
```sh
curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
```
- `wget`:
- `wget`
```sh
wget -O - https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
```
- `powershell`:
- `powershell`

```powershell
powershell -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/metacall/install/master/install.ps1')))"
```

- Note - Sometimes, the domain _raw.githubusercontent.com_ maybe blocked by your ISP. Due to this, you may not be able to install metacall directly from above commands. In that case, you may clone this repo and directly run [install.sh](https://github.com/metacall/install/blob/master/install.sh) for Linux and run [install.ps1](https://github.com/metacall/install/blob/master/install.ps1) for Windows.

## Install Linux or MacOS

Additional parameters for the install script:
Expand Down Expand Up @@ -89,3 +87,6 @@ Example usage:
```sh
./test.sh
```

# Troubleshooting
Sometimes the domain _raw.githubusercontent.com_ maybe blocked by your ISP. Due to this, you may not be able to install metacall directly from previous commands. In that case, you may clone this repo and directly run [install.sh](https://github.com/metacall/install/blob/master/install.sh) for Linux and run [install.ps1](https://github.com/metacall/install/blob/master/install.ps1) for Windows.

0 comments on commit a25a3e0

Please sign in to comment.