From 500e8772f058ccb1a7cccbbfc83c80d14aa26a1e Mon Sep 17 00:00:00 2001 From: bojanserafimov Date: Fri, 27 May 2022 17:48:11 -0400 Subject: [PATCH] Add quick-start guide in readme (#1816) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e8bf1a9b2..97927317d8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Neon is a serverless open source alternative to AWS Aurora Postgres. It separate The project used to be called "Zenith". Many of the commands and code comments still refer to "zenith", but we are in the process of renaming things. +## Quick start +[Join the waitlist](https://neon.tech/) for our free tier to receive your serverless postgres instance. Then connect to it with your preferred postgres client (psql, dbeaver, etc) or use the online SQL editor. + +Alternatively, compile and run the project [locally](#running-local-installation). + ## Architecture overview A Neon installation consists of compute nodes and Neon storage engine.