Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nsynced/sqeqg
Browse files Browse the repository at this point in the history
  • Loading branch information
nsynced committed Oct 1, 2017
2 parents 7b252b6 + 29a32a0 commit eb474d2
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 @@ -2,11 +2,11 @@
Simple Quadratic Equation Generator

## Description
**sqeqg** — a simple console application that's written in C++ for generating full quadratic equations.
You can set maximum values of **x₁**, **x₂** and the **a** coefficient.
**sqeqg** — a simple console application that's written in C++ for generating complete quadratic equations.
You can set maximum values of **x₁**, **x₂** and the **a** coefficient. Type ```$ ./sqeqg -h``` for help.

## Installation
### Building from source
### Building from source under Linux
* Make sure that you've installed CMake and GCC (or Clang)
* Clone this repository
* Go to sqeqg folder
Expand Down

0 comments on commit eb474d2

Please sign in to comment.