Fix script error
authortvijlbrief@8f4aa443232130439ed134e0d8e213b8cec69547 <tvijlbrief@web>
Sun, 17 May 2020 09:50:53 +0000 (10:50 +0100)
committerIkiWiki <ikiwiki.info>
Sun, 17 May 2020 09:50:53 +0000 (10:50 +0100)
index.mdwn

index 4693b9fb3822ca4ec17c36ddd3d56f34f2b4a1dd..cd6ec735e4c3b23c2816406691e32a410a531faa 100644 (file)
@@ -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