summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/readme.md2
-rwxr-xr-xinstall-nghdl.sh (renamed from install.sh)4
-rw-r--r--readme.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/readme.md b/doc/readme.md
index e68c373..7aa0c6e 100644
--- a/doc/readme.md
+++ b/doc/readme.md
@@ -25,7 +25,7 @@ for that model it will actually call the ghdl to get the result.
##How to install?
1. Clone this repository.
-2. Run `./install.sh` It will install ngspice from source code and put it in $HOME.
+2. Run `./install-nghdl.sh` It will install ngspice from source code and put it in $HOME.
##Few words about installed code structure.
diff --git a/install.sh b/install-nghdl.sh
index 0aec668..18e0497 100755
--- a/install.sh
+++ b/install-nghdl.sh
@@ -1,9 +1,9 @@
#!/bin/bash
#===============================================================================
#
-# FILE: install.sh
+# FILE: install-nghdl.sh
#
-# USAGE: ./install.sh
+# USAGE: ./install-nghdl.sh
#
# DESCRIPTION: It is installation script for ngspice and ghdl work (nghdl).
#
diff --git a/readme.md b/readme.md
index 391412f..df4764d 100644
--- a/readme.md
+++ b/readme.md
@@ -25,7 +25,7 @@ for that model it will actually call the ghdl to get the result.
##How to install?
1. Clone this repository.
-2. Run `./install.sh` It will install ngspice from source code and put it in $HOME.
+2. Run `./install-nghdl.sh` It will install ngspice from source code and put it in $HOME.
##Few words about installed code structure.