From 12674c8acc3d082a352dfde26e24ccbd244d364f Mon Sep 17 00:00:00 2001 From: J87 <68929154+jake-87@users.noreply.github.com> Date: Wed, 9 Jun 2021 20:06:36 +1000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5618c5f..5d2825f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ simple reverse poland calculator in fortran. ## How to build: * Clone latest source with `git clone https://github.com/jake-87/fortran-calc` or stable source with `git clone https://github.com/jake-87/fortran-calc/tree/stable` * Run `bmake` in top directory, which will output an executable named `fcalc`. + Requirements: * `gfortran` * `bmake`