From 91872e071cc2e3b470c9189b353434a3b99e5b86 Mon Sep 17 00:00:00 2001 From: Kevin Chung Date: Thu, 9 Nov 2023 21:49:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c12bd3f..da36616 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Alternatively, you can always install it with `pip` as a python module: `pip install ctfcli` +To install the development version of ctfcli directly from the repository you can use: + +`pip install git+https://github.com/CTFd/ctfcli.git` + ## 1. Create an Event Ctfcli turns the current folder into a CTF event git repo.