Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
A-childs-encyclopedia committed Apr 6, 2023
1 parent 00ab34f commit b180d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CLIcalc.nim
A command-line calculator in nim. [(reimplementation of CLIcalc.jl)](https://github.com/A-childs-encyclopedia/CLIcalc.jl/)

# Usage instructions
# Usage instructions
1. Enter a function <br/>
1a. mul = Multiplies x and y <br/>
1b. sub = Subtracts y from x <br/>
Expand All @@ -13,7 +13,7 @@ A command-line calculator in nim. [(reimplementation of CLIcalc.jl)](https://git

# Installation instructions on Linux
1. Download [latest release](https://github.com/A-childs-encyclopedia/CLIcalc.nim/releases)
2. Run `./CLIcalc` in download directory
2. Run `./CLIcalc` in the directory where the latest release is downloaded

# Installation instructions on Windows/Mac
1. [Install nim](https://nim-lang.org/install.html)
Expand Down

0 comments on commit b180d1a

Please sign in to comment.