Skip to content

Commit 016868e

Browse files
authored
Revise README instructions for PyCalc-PLUS
Updated instructions for running PyCalc-PLUS on Linux and MacOS, including changes to file names and permissions.
1 parent f04f912 commit 016868e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ PyCalc PLUS! is a faster version of PyCalc written fully in C#! It's available f
2626

2727
## To Run on Linux & MacOS :
2828

29-
chmod +x /<path>/PyCalc-PLUS
29+
chmod +x /<path>/PyCalc-PLUS-x
3030

31-
.//<path>/PyCalc-PLUS
3231

32+
Replace <path> with the actual directory and x with your OS.
3333

34-
Replace <path> with the actual directory.
35-
36-
Note : You may need to run as Superuser using sudo! On MacOS, you may need to modify some permissions under Privacy and Security!
34+
Note : You may need to run as Superuser using sudo! On MacOS, you may need to modify some permissions under Privacy and Security.
3735

3836
---
3937

@@ -48,7 +46,7 @@ Note : You may need to run as Superuser using sudo! On MacOS, you may need to mo
4846

4947
- Any system with .NET SDK installed [ For building ].
5048
- Build the file in any IDE / Code Editior.
51-
- No installation needed if using PyCalc-PLUS.exe on Windows Systems or PyCalc-PLUS for Linux & MacOS Systems!
49+
- No installation needed if using PyC-PLUS.exe on Windows Systems or PyC-PLUS-x for Linux & MacOS Systems!
5250

5351
---
5452

0 commit comments

Comments
 (0)