From a71569747d68855470cf34b56b9a51ae2702e412 Mon Sep 17 00:00:00 2001 From: Fahim Date: Mon, 1 Sep 2014 12:43:26 +0530 Subject: Subject: Changes file name read-me.txt to README Description: Just to check working of developer branch, changes read-me.txt to README --- README | 12 ++++++++++++ read-me.txt | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 README delete mode 100644 read-me.txt diff --git a/README b/README new file mode 100644 index 0000000..2c3251f --- /dev/null +++ b/README @@ -0,0 +1,12 @@ +Read Me: +-------- + +Download and extract OSCAD_installer.tar.gz to your PC/Laptop's Desktop. Make the installation files executable by doing the following: + +1. Open the terminal +2. Type the following: + cd Desktop + sudo chmod -R 777 OSCAD_installer + Give the root password when prompted + +Now follow the instructions given in the Spoken tutorial "Introduction to Oscad" to install Oscad. diff --git a/read-me.txt b/read-me.txt deleted file mode 100644 index 2c3251f..0000000 --- a/read-me.txt +++ /dev/null @@ -1,12 +0,0 @@ -Read Me: --------- - -Download and extract OSCAD_installer.tar.gz to your PC/Laptop's Desktop. Make the installation files executable by doing the following: - -1. Open the terminal -2. Type the following: - cd Desktop - sudo chmod -R 777 OSCAD_installer - Give the root password when prompted - -Now follow the instructions given in the Spoken tutorial "Introduction to Oscad" to install Oscad. -- cgit