From 7f4dbfbf657ee4654e86b055164a91f81bcec1e8 Mon Sep 17 00:00:00 2001 From: Atom Anuchitanukul <52159536+AtomAnu@users.noreply.github.com> Date: Wed, 17 Jul 2019 13:52:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eb1f9743..780cde070 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ FitBenchmarking is a tool for comparing different minimizers/fitting software ba ## Quick Start [![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/downloads/release/python-2715/) will be needed for running/installing this. Instructions for setting up python are available [here](https://github.com/mantidproject/fitbenchmarking/wiki/Setting-up-Python). +For help of how to use the command line/terminal, click the hyperlink corresponding to your operating system: [Windows](https://red-dot-geek.com/basic-windows-command-prompt-commands/), [macOS](http://newsourcemedia.com/blog/basic-terminal-commands/) and [Ubuntu](https://hackingpress.com/basic-linux-commands/) + 1. Download this repository or clone it using [git](https://git-scm.com/): `git clone https://github.com/mantidproject/fitbenchmarking.git` 2. Open up a terminal (command prompt) and go into the `fitbenchmarking` directory.