File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff 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
4654Use [ Homebrew] ( https://brew.sh/ ) to install ` mmar ` on MacOS:
4755
@@ -60,13 +68,9 @@ brew upgrade yusuf-musleh/mmar-tap/mmar
6068The 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
7276See Docker or Manual installation instructions
You can’t perform that action at this time.
0 commit comments