Skip to content

Commit

Permalink
GITBOOK-15: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrichton authored and gitbook-bot committed Dec 4, 2023
1 parent a212495 commit c35c3e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions documentation/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,30 @@ The binary may be download via the terminal with the following url based on your
{% tab title="Linux" %}
Download the binary

{% code fullWidth="false" %}
```bash
curl -L https://github.com/openhie/instant-v2/releases/latest/download/instant-linux -o instant
sudo curl -L https://github.com/openhie/instant-v2/releases/latest/download/instant-linux -o /usr/local/bin/instant
```
{% endcode %}

Grant the binary executable permissions

```bash
chmod +x ./instant
sudo chmod +x /usr/local/bin/instant
```
{% endtab %}

{% tab title="MacOS" %}
Download the binary

```bash
curl -L https://github.com/openhie/instant-v2/releases/latest/download/instant-macos -o instant
sudo curl -L https://github.com/openhie/instant-v2/releases/latest/download/instant-macos -o /usr/local/bin/instant
```

Grant the binary executable permissions

```bash
chmod +x ./instant
sudo chmod +x /usr/local/bin/instant
```
{% endtab %}

Expand Down

0 comments on commit c35c3e0

Please sign in to comment.