Skip to content

Commit bb01fe1

Browse files
committed
docs: Update installation instructions
1 parent 55abe28 commit bb01fe1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,15 @@ _p.s. mmar means “corridor” or “pass-through” in Arabic._
4141

4242
## Installation
4343

44-
### MacOS
44+
### Linux/MacOS
45+
46+
Install mmar
47+
48+
```sh
49+
sudo curl -sSL https://raw.githubusercontent.com/yusuf-musleh/mmar/refs/heads/main/install.sh | sh
50+
```
51+
52+
### MacOS (Homebrew)
4553

4654
Use [Homebrew](https://brew.sh/) to install `mmar` on MacOS:
4755

@@ -60,13 +68,9 @@ brew upgrade yusuf-musleh/mmar-tap/mmar
6068
The fastest way to create a tunnel what is running on your `localhost:8080` using [Docker](https://www.docker.com/) is by running this command:
6169

6270
```
63-
docker run --rm --network host ghcr.io/yusuf-musleh/mmar:v0.2.3 client --local-port 8080
71+
docker run --rm --network host ghcr.io/yusuf-musleh/mmar:v0.2.6 client --local-port 8080
6472
```
6573

66-
### Linux
67-
68-
See Docker or Manual installation instructions
69-
7074
### Windows
7175

7276
See Docker or Manual installation instructions

0 commit comments

Comments
 (0)