From 9c5f91acb67b52d3027ca57a3240316987c4f857 Mon Sep 17 00:00:00 2001 From: Luis Castro Date: Tue, 23 Jul 2019 20:38:02 +0200 Subject: [PATCH] docs(readme): add reference to getting started guide. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72937dcd..e63e3a43 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,9 @@ Visit the Internationalization channel on Houdini Zulip and discuss #### Get the code `git clone https://github.com/HoudiniProject/houdini` +#### Mac Setup +If you have a Mac and don't want to run the `docker` configuration, see [how to get started](docs/GETTING_STARTED.MD) with the project. + #### Docker install (if you don't have docker and docker-compose installed) ##### install Docker and Docker compose You need to install Docker and Docker Compose.