diff options
author | Sumanto Kar | 2023-08-21 00:41:39 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:41:39 +0530 |
commit | a74f4adca15f265a4ecc2f3b81f21ba9927d4425 (patch) | |
tree | e5a9d0f729a38ddde36b15bfbc451697f2063a2d | |
parent | 59eddf38bab78d8e6cd8cf857eabb3efb5ff7d29 (diff) | |
download | LTSpiceToKiCadConverter-a74f4adca15f265a4ecc2f3b81f21ba9927d4425.tar.gz LTSpiceToKiCadConverter-a74f4adca15f265a4ecc2f3b81f21ba9927d4425.tar.bz2 LTSpiceToKiCadConverter-a74f4adca15f265a4ecc2f3b81f21ba9927d4425.zip |
Update README.md
-rw-r--r-- | README.md | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -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** |