From 9c096d7ef51e579b91e0ee1f4b969c9616571e9c Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <m.vermaat.hg@lumc.nl>
Date: Mon, 30 Nov 2015 13:52:50 +0100
Subject: [PATCH] Working with Windows

---
 WINDOWS.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 WINDOWS.md

diff --git a/WINDOWS.md b/WINDOWS.md
new file mode 100644
index 0000000..1097e44
--- /dev/null
+++ b/WINDOWS.md
@@ -0,0 +1,32 @@
+# Software installation on Windows
+
+To follow the course practicals, you need a terminal and
+[Git](http://git-scm.com/), both of which are easy to install on
+[Linux](http://en.wikipedia.org/wiki/Linux) or Mac OSX. For Windows, there are
+a number of options, described below.
+
+
+## MobaxTerm
+
+Most light-weight is to install something like
+[MobaXterm](http://mobaxterm.mobatek.net/), which provides a terminal emulator
+and can install other software from the Linux platform such as Git.
+
+After opening MobaxTerm, use the following to install Git:
+
+    apt-get install git libopenssl100
+
+
+## VirtualBox
+
+Using [VirtualBox](https://www.virtualbox.org/), you can run a complete Linux
+installation in a virtual machine from Windows. For example, create a new
+virtual machine with VirtualBox and install [Ubuntu](http://www.ubuntu.com/) in
+it.
+
+
+## Work on a remote machine
+
+If you have an account on a remote Linux machine, you can connect to that using
+[PyTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) or
+[MobaXterm](http://mobaxterm.mobatek.net/) and work from there.
\ No newline at end of file
-- 
GitLab