diff --git a/README.md b/README.md index dae95afa..c5a2a4c4 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ and programs. - **General dependencies** -You can use [install.sh](./install.sh) in order to install dependencies. First +You can use [utils/install.sh](./utils/install.sh) in order to install dependencies. First read and understand the script then execute it. Type your password if required. @@ -96,7 +96,7 @@ $ bash install.sh - **SystemC 2.3.1 and TLM 2.0** -You can use [getsysc.sh](./getsysc.sh) to download and install SystemC 2.3.1 +You can use [utils/getsysc.sh](./utils/getsysc.sh) to download and install SystemC 2.3.1 and TLM 2.0. First read and understand the script then execute it. ``` bash @@ -109,7 +109,7 @@ instructions see the installation notes file contained in the release package. - **qwt-6.1** -You can use [getqwt.sh](./getqwt.sh) in order to install qwt-6.1. First read +You can use [utils/getqwt.sh](./utils/getqwt.sh) in order to install qwt-6.1. First read and understand the script then execute it. ```bash diff --git a/getqwt.sh b/utils/getqwt.sh similarity index 100% rename from getqwt.sh rename to utils/getqwt.sh diff --git a/getsysc.sh b/utils/getsysc.sh similarity index 100% rename from getsysc.sh rename to utils/getsysc.sh diff --git a/install.sh b/utils/install.sh similarity index 100% rename from install.sh rename to utils/install.sh