From f34c65987757d449d805c3a0d351407955c8cc7a Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Thu, 20 Jul 2023 16:44:39 -0700 Subject: [PATCH] expand on top section of README.md Added TL;DR section at the top along the lines of pull request #80. We expanded it to include a number of other common systems. --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ab0c51e..6003452 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,23 @@ -# Try it yourself +# TL:DR Try calc -Debian/Ubuntu +## TL;DR Install calc ``` -sudo apt install calc +misc linux: sudo yum install calc +on Debian: sudo apt install calc +on RHEL: sudo dnf install calc +on Ubuntu: sudo apt install calc +via Termux: apt install calc +via src: sudo make clobber all chk instsll ``` -Termux +## TL:DR run calc ``` -apt install calc -``` - -Then run - -``` -calc +misc shell: calc +via bash: calc +via misc app: launch calc via Termux +via zsh: calc ``` # What is calc?