From 884fd2c9b908b2974fabdfc7b5ecc93a08ec06dd Mon Sep 17 00:00:00 2001 From: eyck Date: Sun, 5 Apr 2020 15:40:10 +0200 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3328ef5..1254c54 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ to build all variations run ``` cd Seasocks -CONAN_USERNAME= CONAN_CHANNEL= python build.py +CONAN_USERNAME= CONAN_CHANNEL= python3 build.py ``` to build a specific variant run the following commands: @@ -28,7 +28,7 @@ download the SystemC distribution from http://www.accellera.org/downloads/standa ``` cd SystemC -CONAN_USERNAME= CONAN_CHANNEL= python build.py +python3 build.py ``` to build a specific variant run the following command @@ -45,7 +45,7 @@ download the SystemC distribution from http://www.accellera.org/downloads/standa ``` cd SystemCVerification -CONAN_USERNAME= CONAN_CHANNEL= python build.py +python3 build.py ``` to build a specific variant run the following command @@ -62,7 +62,7 @@ download the SystemC CCI distribution from http://www.accellera.org/downloads/st ``` cd SystemC-CCI -CONAN_USERNAME= CONAN_CHANNEL= python build.py +python3 build.py ``` to build a specific variant run the following command