Browse Source

Update 'README.md'

天问 7 months ago
parent
commit
66e1a92f43
1 changed files with 22 additions and 1 deletions
  1. 22 1
      README.md

+ 22 - 1
README.md

@@ -1,3 +1,24 @@
 # infisical
 
-密码管理系统
+go语言开发,密码管理系统
+
+```
+git clone https://github.com/Infisical/infisical
+cd "$(basename $_ .git)"
+cp .env.example .env
+
+docker-compose -f docker-compose.yml up
+```
+
+扫描弱密码:
+```
+infisical scan install --pre-commit-hook
+
+infisical scan --verbose
+```
+
+
+## License
+
+MIT协议, 自托管免费使用。
+