diff --git a/README.md b/README.md index 531db1b..1577898 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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.