From f51463dc4a76ea11d6c3b51946657afb8a5d278d Mon Sep 17 00:00:00 2001 From: lvsi <15239928381@163.com> Date: Wed, 14 Sep 2022 11:50:48 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=AE=8C=E5=96=84=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 +++++++++++++++++++++--- uninstall.sh | 0 2 files changed, 21 insertions(+), 3 deletions(-) mode change 100644 => 100755 uninstall.sh diff --git a/README.md b/README.md index 50a52b7..987b3f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,18 @@ -# posture -A powerful and efficient project development management tool / 一个强大且高效的项目开发管理工具 +

+image +

+ +
+

A powerful and efficient project development management tool

+

一个强大且高效的项目开发管理工具

+
+ +

+ + + + +

# 一、项目介绍 posture是一个强大且高效的项目开发管理工具,让你快速开始以正确的"姿势"编写和管理代码,解决团队开发时代码百花齐放、Git误操作等一系列疑难问题。 @@ -14,7 +27,9 @@ posture是一个强大且高效的项目开发管理工具,让你快速开始 git clone https://github.com/WGrape/posture.git && cd posture && bash ./install.sh ``` -在安装成功后,会在您的```~/.bash_profile```文件中写入如下内容,这样您即可开始使用posture工具。 +![image](https://user-images.githubusercontent.com/35942268/190054375-4280aead-411a-404c-b068-c71da4241528.png) + +在安装成功后,会在您的```~/.bash_profile```文件中写入如下内容,确保您可以开始使用posture工具。 ```bash # Here is the configurations of posture @@ -66,6 +81,9 @@ posture sethook cd $POSTUREPATH && bash ./uninstall.sh ``` +![image](https://user-images.githubusercontent.com/35942268/190053831-7310bffb-3fb2-4232-adbc-2e3871f08a4f.png) + + ### 2、版本更新 为保证您的良好使用体验,建议使用最新版的posture工具,执行以下命令即可完成更新。 diff --git a/uninstall.sh b/uninstall.sh old mode 100644 new mode 100755