Skip to content

Commit 2395e4e

Browse files
authored
Merge pull request #2 from merll002/patch-1
Script needs to be ran as root and in the cloned repo.
2 parents 2d8b8c9 + f7a7057 commit 2395e4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ Symmetry is a decentralized peer-to-peer network tool that allows users to share
1717
To install Symmetry, use the following commands:
1818

1919
For Linux and macOS:
20+
21+
2022
```bash
21-
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
2225
```
2326

2427
For Windows:

0 commit comments

Comments
 (0)