From 0b80fd10bc7391e4783e04c9563ead6650f1fd7e Mon Sep 17 00:00:00 2001 From: Ben Borla Date: Wed, 28 Aug 2024 23:18:12 +0800 Subject: [PATCH] updated readme --- README.md | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index a7162be..96ad5ad 100644 --- a/README.md +++ b/README.md @@ -90,28 +90,29 @@ These instructions will get you a copy of the project up and running on your loc ### Prerequisites -1. Rust (latest stable version): - Visit https://www.rust-lang.org/tools/install +## 1. Rust (latest stable version) +- Visit https://www.rust-lang.org/tools/install +- Follow the instructions for your operating system -2. SeaORM CLI: - - Open a terminal - Run: `cargo install sea-orm-cli` - - -3. Neon PostgreSQL: - Turbocharge your database with Neon! ⚡️ Serverless, autoscaling PostgreSQL in the cloud. Zero management, instant setup. Try Neon now and supercharge your app's performance! - To get started with Neon: +## 2. SeaORM CLI +Open a terminal and run: +``` +cargo install sea-orm-cli +``` - Visit https://neon.tech - Sign up for an account - Create a new project to get your database credentials +## 3. Neon PostgreSQL +Turbocharge your database with Neon! ⚡️ Serverless, autoscaling PostgreSQL in the cloud. Zero management, instant setup. Try Neon now and supercharge your app's performance! -Alternatively, if you prefer local hosting: +To get started with Neon: +- Visit https://neon.tech +- Sign up for an account +- Create a new project to get your database credentials -PostgreSQL (local installation): +## Alternatively, if you prefer local hosting: -Download from https://www.postgresql.org/download/ +### PostgreSQL (local installation) +- Download from https://www.postgresql.org/download/ +- Follow the installation guide for your operating system ### Installing A step by step series of examples that tell you how to get a development env running.