From 54cd35095e921721e9238673b9592b736d56632f Mon Sep 17 00:00:00 2001 From: Zhou Date: Mon, 31 Oct 2022 23:40:34 +0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 13763114a..3f784d097 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ We are looking for full-time, remote product design and development colleagues t ## What is NocoBase -NocoBase is a scalability-first, open-source no-code development platform. No programming required, build your own collaboration platform, management system with NocoBase in minutes. +NocoBase is a scalability-first, open-source no-code development platform. No programming required, build your own collaboration platform, management system with NocoBase in hours. Homepage: https://www.nocobase.com/ @@ -49,7 +49,7 @@ NocoBase adopts the design idea of separating the data structure from the user i ![2.collection-block.png](https://docs.nocobase.com/static/2.collection-block.7dcc928f.png) -### 2. Integrate "system configuration" and "system use" +### 2. What you see is what you get NocoBase enables the development of complex and distinctive business systems, but this does not mean that complex and specialized operations are required. With a single click, configuration options can be displayed on the usage interface, which means that administrators with system configuration rights can configure the user interface directly with WYSIWYG operations. @@ -67,14 +67,14 @@ NocoBase adopts plugin architecture, all new features can be implemented by deve NocoBase supports three installation methods: -- Installing With Docker (👍Recommended) +- Installing With Docker (👍Recommended) Suitable for no-code scenarios, no code to write. When upgrading, just download the latest image and reboot. -- Installing from create-nocobase-app CLI +- Installing from create-nocobase-app CLI The business code of the project is completely independent and supports low-code development. -- Installing from Git source code +- Installing from Git source code If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.