update readme with link to main repo
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
# Getting Started
|
# Getting Started
|
||||||
1. Install `spago` and `purescript` through `yarn` or `npm` (e.g. `yarn global add spago` and `yarn global add purescript`)
|
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 <module-name>` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)
|
2. Run file through `spago run --watch --main <module-name>` (e.g. `spago run --watch --main GrokkingAlgos.SelectionSort`)
|
||||||
|
|
||||||
|
# Main Repo
|
||||||
|
- https://github.com/seanyu4296/grokking-algo-in-purs
|
||||||
Reference in New Issue
Block a user