summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanto Kar2023-08-21 00:41:39 +0530
committerGitHub2023-08-21 00:41:39 +0530
commita74f4adca15f265a4ecc2f3b81f21ba9927d4425 (patch)
treee5a9d0f729a38ddde36b15bfbc451697f2063a2d
parent59eddf38bab78d8e6cd8cf857eabb3efb5ff7d29 (diff)
downloadLTSpiceToKiCadConverter-a74f4adca15f265a4ecc2f3b81f21ba9927d4425.tar.gz
LTSpiceToKiCadConverter-a74f4adca15f265a4ecc2f3b81f21ba9927d4425.tar.bz2
LTSpiceToKiCadConverter-a74f4adca15f265a4ecc2f3b81f21ba9927d4425.zip
Update README.md
-rw-r--r--README.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/README.md b/README.md
index a475103..c6e42d2 100644
--- a/README.md
+++ b/README.md
@@ -103,18 +103,21 @@ 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:
-
- chmod <options> <permissions> <file name>
- Example:
- chmod u=rwx,g=rx,o=r myfile
-
- You can also use:
+Use this command to change access to the files:</br>
+ ```
+ chmod <options> <permissions> <file name>
+ ```
+Example:
+ ````
+ chmod u=rwx,g=rx,o=r myfile
+You can also use:
+ ```
sudo chmod 777 filename.
-
- Example: sudo chmod 777 ~/Desktop/convert/rc
-
+ ```
+Example: ```
+ sudo chmod 777 ~/Desktop/convert/rc
+```
-----------------------------------------------
**To open the KiCad schematic file in eSim**