From 7c09ef7c73236c63251306211520a9b7d3b2185b Mon Sep 17 00:00:00 2001 From: deoktr <35725720+deoktr@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:44:12 +0100 Subject: [PATCH] update: readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ebdf338..6b82ba7 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ This will install pof inside a virtual env, so you'll need to activate it every ### 3. Docker ```bash +git clone https://github.com/deoktr/pof +cd pof docker build -t pof . docker run --rm -it pof --help ```