Skip to content

Commit

Permalink
Add info
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDevX authored Nov 22, 2018
1 parent 9d0c069 commit 77bb758
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# NanoQES
### NanoQES
Powershell script to solve quadratic equations.

### Requirements:
- OS: Microsoft Windows (Recommended, support for other OS is not tested)
- Powershell 6.0+ (Recommended)

### Features:
- Easy to use
- Light-weight script (~9KB)
- Instant solution
- Support for all types of quadratic equations
- Step by step solution function
- Two languages to select (English, Ukrainian)

### Things to do before execution:
1. Make sure PowerShell 6.0 or newer version is installed on your PC. </br>
If version doesn't meet requirements, you can download newer version from official repo: </br>
https://github.com/PowerShell/PowerShell/releases

2. Give permission for script execution. </br>
Open PowerShell under administrator rights and execute following command: </br>
```Set-ExecutionPolicy Unrestricted -Force```

0 comments on commit 77bb758

Please sign in to comment.