From feb6dabceafe8bcb297a51bda78c19c887d1a490 Mon Sep 17 00:00:00 2001 From: Jacob Brewer Date: Sun, 3 Nov 2024 11:40:10 +0000 Subject: [PATCH] Updating readme to include the installation process --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f927bd..e249526 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ This application is designed to generate the schema for given SQL tables as GO s Please take a look at the example directory for a sample schema layout and the output of the application. +## Installation + +```bash +go install github.com/jacobbrewer1/goschema@latest +```