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.
2 parents 2d8b8c9 + f7a7057 commit 2395e4eCopy full SHA for 2395e4e
readme.md
@@ -17,8 +17,11 @@ 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
-curl -fsSL https://raw.githubusercontent.com/twinnydotdev/symmetry/master/install.sh | sh
23
+git clone https://github.com/twinnydotdev/symmetry
24
+sudo curl -fsSL https://raw.githubusercontent.com/twinnydotdev/symmetry/master/install.sh | sudo sh
25
```
26
27
For Windows:
0 commit comments