Skip to content

Commit

Permalink
Corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
TreltaSev committed Jul 25, 2023
1 parent d80e3ca commit 716fa98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EchoWhisperer (Main) v0.0.2
# EchoWhisperer (Main) v0.0.3

### A up-to-date process logger for easy use and bragging rights for WINDOWS.
Echo Whisperer is a commandline/gui application that simply logs the amount
Expand All @@ -18,7 +18,7 @@ You can simply download the latest version and run the installer however if you
# Development
For development if you choose to use my *big bran code* you can simply clone the respository or download the files manuually like you normally would. after that you just gotta run a few commands to start coding in this shit code. for c++ you need to actually compile the program, the command for that is
```bash
cd "./c++" && g++ -o main.exe -I"./include" ./src/main.cpp -lws2_32
cd "./c++" && g++ -o logger.exe -I"./include" ./src/main.cpp -lws2_32
```
for the electron part its quite simple, you just need to run these commands from the root of the project
```bash
Expand Down

0 comments on commit 716fa98

Please sign in to comment.