summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanto Kar2023-08-21 00:49:07 +0530
committerGitHub2023-08-21 00:49:07 +0530
commit870df3f4784d755f645574fb15c25fc8977aeb19 (patch)
tree4b0048617c2758a59af51a3f9ecd4bbbecf87ce5
parent477b6ec746b1cf5bc18dac1cf46c2f7d2f506862 (diff)
downloadLTSpiceToKiCadConverter-870df3f4784d755f645574fb15c25fc8977aeb19.tar.gz
LTSpiceToKiCadConverter-870df3f4784d755f645574fb15c25fc8977aeb19.tar.bz2
LTSpiceToKiCadConverter-870df3f4784d755f645574fb15c25fc8977aeb19.zip
Update README.md
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index e712093..23fd473 100644
--- a/README.md
+++ b/README.md
@@ -104,21 +104,21 @@ The converted KiCad Symbol Library files are available [here](https://github.com
**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>
+ ```
+ chmod <options> <permissions> <file name>
+ ```</br>
Example:</br>
-```
-chmod u=rwx,g=rx,o=r myfile
-```</br>
+ ```
+ chmod u=rwx,g=rx,o=r myfile
+ ```</br>
You can also use:</br>
-```
-sudo chmod 777 filename.
-```</br>
+ ```
+ sudo chmod 777 filename.
+ ```</br>
Example:</br>
-```
-sudo chmod 777 ~/Desktop/convert/rc
-```</br>
+ ```
+ sudo chmod 777 ~/Desktop/convert/rc
+ ```</br>
-----------------------------------------------
**To open the KiCad schematic file in [eSim](https://esim.fossee.in/home)**