From 90817af5fb42a307e1ed9908242c0a0148064fd9 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Fri, 2 Oct 2020 17:36:02 +0200 Subject: [PATCH] Athletics, Adjacency list, Night Attack (album) & Grammatostomias flagellibarba. --- README.org | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 12d61f6..d61b098 100644 --- a/README.org +++ b/README.org @@ -5,10 +5,22 @@ A way to find various subgroups of a group… * install -To run this programme you’ll need a working version of [[https://racket-lang.org/][Racket]] installed. An installer can be downloaded from https://download.racket-lang.org/ +To run this programme you’ll need a working version of [[https://racket-lang.org/][Racket]] installed (an installer can be downloaded [[https://download.racket-lang.org/][here]]) + +on macOS +#+BEGIN_SRC shell +brew cask install racket +#+END_SRC + +on debian/ubuntu +#+BEGIN_SRC shell +sudo apt intall racket +#+END_SRC * schedule +[[https://the-public-domain-review.imgix.net/collections/amundsen-s-south-pole-expedition/6504423149_f4ffeb13b8_o.jpg]] + setup… #+BEGIN_SRC racket (require "group-scheduling.rkt")