From 690e1b55d4a69f887f0452a331168e42557582f5 Mon Sep 17 00:00:00 2001 From: theshdowaura Date: Thu, 14 Mar 2024 12:22:21 +0800 Subject: [PATCH] update:README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 281ea12..bd6ffa2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ ## 快速搭建教程 + +使用git克隆本项目 + +```shell +git clone --depth=1 https://github.com/theshdowaura/xss-labs.git +``` + +切换到项目目录 + +```shell +cd xss-labs +``` + 使用docker制作镜像 ```shell