Skip to content

Commit c605a6a

Browse files
committed
Update README.md
1 parent 2274c69 commit c605a6a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@ You can use the standalone .exe from [releases](https://github.com/mas6y6/Cipher
1717
Note: the standalone .exe will generate the `plugins` and `data` folder in the directory that the executable is run in, so it is recommended to drop the .exe in a dedicated folder before running.
1818

1919
### macOS / Linux
20-
The downloads are coming soon.
21-
For now you can just use the [compile.sh](https://github.com/mas6y6/CipherOS/blob/main/compile.sh) to compile the `main.py` file to `cipher`.
20+
You can run:
21+
```
22+
curl -sSL https://raw.githubusercontent.com/mas6y6/CipherOS/refs/heads/main/installer.sh | bash
23+
```
24+
To use the automatic installer.
25+
26+
But if your architecture isn't supported you can build your own CipherOS build can just use the [compile.sh](https://github.com/mas6y6/CipherOS/blob/main/compile.sh) to compile the `main.py` file to `cipher`.
2227

2328
And download the cipher folder and put it in the same directory as `cipher`
2429
```tree
@@ -32,8 +37,8 @@ And download the cipher folder and put it in the same directory as `cipher`
3237
│ └── exceptions.py
3338
└── cipher (This is an executeable)
3439
```
35-
**The `cipher` folder must be in the SAME folder as the executeable!**
36-
40+
> [!IMPORTANT]
41+
> **The `cipher` folder must be in the SAME folder as the executeable!**
3742
## Discord
3843
[Click me](https://discord.gg/4HJrhKhWgj) to join the Cipher HackSquad discord server
3944

0 commit comments

Comments
 (0)