From f7fdec4fa944dfbcc759665b4d80ed175ad813d8 Mon Sep 17 00:00:00 2001 From: Aleksandr Nikitin <30662875+ManyakRus@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:42:48 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caa7472..cfc9504 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ The code generator replaces part of the code in the template with another code: Installation procedure: 1. Compile this repository -make build +>make build +> the crud_generator file will appear in the bin folder 2. Fill in the settings in the file bin/templates/configs_/settings.txt @@ -55,7 +56,7 @@ make run P.S. -I generated myself 170,000 lines of code, from 70 tables in the database, for my service. +I generated myself 350,000 lines of code, from 70 tables in the database, for my service. Source code in Golang language. @@ -63,4 +64,4 @@ Tested on Linux Ubuntu Readme from 11/14/2023 Made by Alexander Nikitin -https://github.com/ManyakRus/crud_generator \ No newline at end of file +https://github.com/ManyakRus/crud_generator