From a0a1abbc9841e5daad546e9905e1866a01bede3e Mon Sep 17 00:00:00 2001 From: "tvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547" Date: Sun, 17 May 2020 10:50:53 +0100 Subject: [PATCH] Fix script error --- index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.mdwn b/index.mdwn index 4693b9fb3..cd6ec735e 100644 --- a/index.mdwn +++ b/index.mdwn @@ -110,7 +110,7 @@ Here is an example process of how to play with the soc code: pip3 install virtualenv requests mkdir ~/.virtualenvs && cd ~/.virtualenvs python3 -m venv libresoc - source ~/.virtualenvs/bin/activate + source ~/.virtualenvs/libresoc/bin/activate cd ~; mkdir libresoc; cd libresoc git clone https://git.libre-riscv.org/git/nmutil.git -- 2.30.2