summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanto Kar2023-08-21 00:47:39 +0530
committerGitHub2023-08-21 00:47:39 +0530
commitc76bdd53f6d335ab10e23c04708b16030e9d9b39 (patch)
tree55549c33530d1efe2c4f0c713490b34d422dd103
parente913aeb5dd6b050e1dcc57e81c6acd8a797eec39 (diff)
downloadLTSpiceToKiCadConverter-c76bdd53f6d335ab10e23c04708b16030e9d9b39.tar.gz
LTSpiceToKiCadConverter-c76bdd53f6d335ab10e23c04708b16030e9d9b39.tar.bz2
LTSpiceToKiCadConverter-c76bdd53f6d335ab10e23c04708b16030e9d9b39.zip
Update README.md
-rw-r--r--README.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/README.md b/README.md
index 3a3b0ce..a97f352 100644
--- a/README.md
+++ b/README.md
@@ -103,22 +103,22 @@ The converted KiCad Symbol Library files are available [here](https://github.com
## Important Notes/Commands
**To change the access of the file and folder**
-Use this command to change access to the files:</br>
- ```
- chmod <options> <permissions> <file name>
- ```</br>
-Example:</br>
- ```
- chmod u=rwx,g=rx,o=r myfile
- ```</br>
-You can also use:</br>
- ```
- sudo chmod 777 filename.
- ```</br>
-Example:</br>
- ```
- sudo chmod 777 ~/Desktop/convert/rc
- ```</br>
+ Use this command to change access to the files:</br>
+ ```
+ chmod <options> <permissions> <file name>
+ ```</br>
+ Example:</br>
+ ```
+ chmod u=rwx,g=rx,o=r myfile
+ ```</br>
+ You can also use:</br>
+ ```
+ sudo chmod 777 filename.
+ ```</br>
+ Example:</br>
+ ```
+ sudo chmod 777 ~/Desktop/convert/rc
+ ```</br>
-----------------------------------------------
**To open the KiCad schematic file in [eSim](https://esim.fossee.in/home)**