From 78d640705050042282d24c6845ea02ea4b3cbbfb Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Thu, 18 Jan 2024 19:47:12 -0500 Subject: [PATCH] tidbits --- CMakeLists.txt | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65b424b..7dc71d8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) # we removed LANGUAGES C from project to allow for automatic compiler/linker checks; we will use C and C++ libraries for this project. project( DrogonCMS - VERSION 1.0 + VERSION 1.0.0 ) #=============================================================================== diff --git a/README.md b/README.md index 3af45e9..03e8eef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## A Drogon CMS built with C, Drogon, CMake, Adwaita and Gtk4 - This software creates a local/remote Drogon content management system (CMS) application. +This is a Drogon Content Management System(CMS). ### License * GPL-3.0 @@ -12,7 +12,7 @@ - Optional Community Support/Plugins - Built-in Website Preview/Drafts - Built-in WYSIWYG Editor -- Built-in image Gallery +- Built-in Image Gallery - Built on Freedom Software - Blazing Fast Website Architecture - Headless CMS Ready for Site Generators @@ -77,7 +77,7 @@ Transfer/sec: 6.70MB *Note: This has been built and tested on Arch Linux* -### Steps to build DrogonCMS from Source code +### Steps to Build DrogonCMS from Source Code 0. Clone the repository `git clone https://git.sharpetronics.com/sharpetronics/DrogonCMS` and `cd DrogonCMS/` 1. *optional* checkout correct branch e.g. `git checkout drogonCMS-cmake` -- 2.25.1