From 8f09b0aaa863be70e133a67a42f50e51bad07559 Mon Sep 17 00:00:00 2001 From: Yann Bizeul Date: Tue, 9 Jan 2024 16:31:52 +0100 Subject: [PATCH] Updating documentation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a31fcf1..c9b07fa 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ the filesystem Use this method to treat youself with a quick demo of the most current version ``` +mkdir data docker run -p 8080:8080 -v $(pwd)/data:/data ghcr.io/ybizeul/ybfeed:latest ``` @@ -67,7 +68,7 @@ You can now point your browser to http://localhost:8080/ #### Using Docker from source -Use this methond if you're interested by the code and hacking around +Use this method if you're interested by the code and hacking around ``` git clone https://github.com/ybizeul/ybFeed.git