diff options
author | Sumanto Kar | 2023-08-21 00:49:07 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:49:07 +0530 |
commit | 870df3f4784d755f645574fb15c25fc8977aeb19 (patch) | |
tree | 4b0048617c2758a59af51a3f9ecd4bbbecf87ce5 | |
parent | 477b6ec746b1cf5bc18dac1cf46c2f7d2f506862 (diff) | |
download | LTSpiceToKiCadConverter-870df3f4784d755f645574fb15c25fc8977aeb19.tar.gz LTSpiceToKiCadConverter-870df3f4784d755f645574fb15c25fc8977aeb19.tar.bz2 LTSpiceToKiCadConverter-870df3f4784d755f645574fb15c25fc8977aeb19.zip |
Update README.md
-rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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)** |