Skip to content
Snippets Groups Projects
Commit b9d45e58 authored by Jae Beojkkoch's avatar Jae Beojkkoch
Browse files

Fixed another typo.

parent cf22c7ba
No related branches found
No related tags found
No related merge requests found
......@@ -4,15 +4,12 @@
Clone Hiboo:
`
git clone https://forge.tedomum.net/acides/hiboo
cd hiboo
git clone https://forge.tedomum.net/acides/hiboo && cd hiboo
`
Create virtualenv and activate it:
`
mkdir venv
virtualenv venv
source venv/bin/activate
mkdir venv && virtualenv venv && source venv/bin/activate
`
Install dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment