From 6de338f4545a046032326b3de9e6278897da391a Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Thu, 25 Nov 2021 17:08:15 +0200 Subject: [PATCH] doc: Reference v9 from Submitter Guide --- doc/submitter_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/submitter_guide.md b/doc/submitter_guide.md index 2718cb10..86b95cfe 100644 --- a/doc/submitter_guide.md +++ b/doc/submitter_guide.md @@ -59,10 +59,10 @@ account, and you can start using the production parameters: Pick a KCIDB [release][releases]. Latest would normally be best. -Let's say you picked v8. Run this: +Let's say you picked v9. Run this: ```bash -pip3 install --user 'git+https://git@github.com/kernelci/kcidb.git@v8' +pip3 install --user 'git+https://git@github.com/kernelci/kcidb.git@v9' ``` Then make sure your PATH includes the `~/.local/bin` directory, e.g. with: