From 1a3782d950330ebb7d1ea892d7685df2b4003487 Mon Sep 17 00:00:00 2001 From: seanyu4296 Date: Fri, 31 Jul 2020 07:08:50 +0000 Subject: [PATCH] update readme with link to main repo --- 01_introduction_to_algorithms/Purescript/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/01_introduction_to_algorithms/Purescript/README.md b/01_introduction_to_algorithms/Purescript/README.md index 87f5a91..a447648 100644 --- a/01_introduction_to_algorithms/Purescript/README.md +++ b/01_introduction_to_algorithms/Purescript/README.md @@ -1,3 +1,6 @@ # Getting Started 1. Install `spago` and `purescript` through `yarn` or `npm` (e.g. `yarn global add spago` and `yarn global add purescript`) -2. Run file through `spago run --watch --main ` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`) \ No newline at end of file +2. Run file through `spago run --watch --main ` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`) + +# Main Repo +- https://github.com/seanyu4296/grokking-algo-in-purs \ No newline at end of file