You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,13 @@ You can use the standalone .exe from [releases](https://github.com/mas6y6/Cipher
17
17
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.
18
18
19
19
### 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`.
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`.
22
27
23
28
And download the cipher folder and put it in the same directory as `cipher`
24
29
```tree
@@ -32,8 +37,8 @@ And download the cipher folder and put it in the same directory as `cipher`
32
37
│ └── exceptions.py
33
38
└── cipher (This is an executeable)
34
39
```
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!**
37
42
## Discord
38
43
[Click me](https://discord.gg/4HJrhKhWgj) to join the Cipher HackSquad discord server
0 commit comments