summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfahim2015-07-15 15:03:47 +0530
committerfahim2015-07-15 15:03:47 +0530
commit9351ec74209fa1a351c9346b6c88dc16cedd22c0 (patch)
treed3e2c55cdae95dd0853f64cf5806e69f608ed83d /README.md
parentc528f83cb20384b55533f13e138b9ffeab3463cb (diff)
downloadeSim-9351ec74209fa1a351c9346b6c88dc16cedd22c0.tar.gz
eSim-9351ec74209fa1a351c9346b6c88dc16cedd22c0.tar.bz2
eSim-9351ec74209fa1a351c9346b6c88dc16cedd22c0.zip
Subject: Modified README
Description: Modified README
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index bd61627b..f5c617ba 100644
--- a/README.md
+++ b/README.md
@@ -28,18 +28,15 @@ eSim has been successfully ported to low cost FOSSEE laptop (http://laptop.fosse
##How to run eSim ?
1. Using command line or terminal go to location eSim/src/frontEnd
2. Type below command to open eSim
- `python Application.py`
+ - `python Application.py`
##How to install latest version of kicad in Ubuntu ?
-1.Add PPA to your repository
- `sudo add-apt-repository ppa:js-reynaud/ppa-kicad`
+1. `sudo add-apt-repository ppa:js-reynaud/ppa-kicad`
-2. Update your repo
- `sudo apt-get update`
+2. `sudo apt-get update`
-3. Install kicad
- `sudo apt-get install kicad`
+3. `sudo apt-get install kicad`
##How to install ngspice in Ubuntu?