diff --git a/README.md b/README.md index c10a5ea..2dd528c 100644 --- a/README.md +++ b/README.md @@ -44,28 +44,7 @@ optional arguments: ## Guide *By default it uses dummy account for ADE, you can also use your own account* -### For Normal Users - -1. Download binary file according to your operating system from [Releases Section](https://github.com/bipinkrish/DeGourou/releases) -2. Run the binary according to operating system - - A. Windows user's can just open Command Prompt and use based on the [USAGE](https://github.com/bipinkrish/DeGourou#usage) - - B. Linux user's need to change the file permission and then can run - - ``` - chmod 777 DeGourou-linux - ./DeGourou-linux - ``` - - Make sure you have installed `openssl` by using the command - - ``` - sudo apt-get install libssl-dev - ``` - - C. MacOS user's accordingly with name ```DeGourou.bin``` - +Make sure you have installed `openssl` ### For Developers 1. Clone the repositary or Download zip file and extract it