From 5fddde240fb4441de5cfbee312b9209c643a50c5 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Wed, 13 Feb 2019 04:14:55 +0100 Subject: [PATCH] fix env3 reference to venv in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc8284..6685c14 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ make cbor make all-hacker cd ../.. -make env3 -source env3/bin/activate +make venv +source venv/bin/activate python tools/solotool.py program targets/stm32l432/solo.hex ```