Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dryairship authored Apr 28, 2019
1 parent 343c4f0 commit bcf1532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ A cryptographically secure portal to manage online elections, created as a part
Follow these instructions to get a copy of the application on your computer :

### Prerequisites
- **Go**
- **Go**
Install Go (go1.11+) by following the instructions given on the [Go installation page](https://golang.org/doc/install).
- **MongoDB**
- **MongoDB**
Install MongoDB by following the instructions given on the [MongoDB installation page](https://docs.mongodb.com/manual/installation/).
- **sjcl**
- **sjcl**
- You can either compile it yourself from the [source code](https://github.com/bitwiseshiftleft/sjcl) by following the instructions given [here](https://github.com/bitwiseshiftleft/sjcl/wiki/Getting-Started). [*Note that if you are compiling yourself, you need to do `./configure --with-ecc` before executing the `make` command.*]
- Or you can download a pre-compiled version (with the ecc feature) from [here](https://ufile.io/8zvrzwdx).
- You will need the `sjcl.js` file later.
Expand Down

0 comments on commit bcf1532

Please sign in to comment.