Skip to content

Commit

Permalink
Added installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
prithvitewatia committed Jun 29, 2021
1 parent 3095747 commit 042f554
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
Advclic is a powerful command line calculator.

### Installation

Instructions to be added soon.

**Direct installation**
The binaries have been released for windows x86-64 and ubuntu. The can be directly downloaded from the release section.
**Building from source**
1. Clone the repo into your computer.
```
git clone https://github.com/prithvitewatia/Advclic
```
2. Open up terminal and and cd into the repository
3. Execute the make file by typing make.

Make sure to have flex,bison,gcc and make tool available and set on PATH on your system.
### Examples

**Simple calculations**
Expand Down

0 comments on commit 042f554

Please sign in to comment.