We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3729d commit 0a77610Copy full SHA for 0a77610
readme.md
@@ -17,15 +17,13 @@ Symmetry is a decentralized peer-to-peer network tool that allows users to share
17
To install Symmetry, use the following commands:
18
19
For Linux and macOS:
20
-
21
22
```bash
23
-curl -fsSL https://raw.githubusercontent.com/twinnydotdev/symmetry/master/install.sh | sh
+curl -fsSL https://www.twinny.dev/symmetry-unix.sh | sh
24
```
25
26
For Windows:
27
```powershell
28
-iwr -useb https://raw.githubusercontent.com/twinnydotdev/symmetry/master/install.ps1 | iex
+iwr -useb https://www.twinny.dev/symmetry-windows.ps1 | iex
29
30
31
## Usage
0 commit comments