summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanto Kar2023-08-21 00:48:31 +0530
committerGitHub2023-08-21 00:48:31 +0530
commit477b6ec746b1cf5bc18dac1cf46c2f7d2f506862 (patch)
treed98f03e117b290838da475cb38a3a04ae387cf81
parentc76bdd53f6d335ab10e23c04708b16030e9d9b39 (diff)
downloadLTSpiceToKiCadConverter-477b6ec746b1cf5bc18dac1cf46c2f7d2f506862.tar.gz
LTSpiceToKiCadConverter-477b6ec746b1cf5bc18dac1cf46c2f7d2f506862.tar.bz2
LTSpiceToKiCadConverter-477b6ec746b1cf5bc18dac1cf46c2f7d2f506862.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 a97f352..e712093 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)**