diff options
author | Sumanto Kar | 2023-08-21 00:46:27 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:46:27 +0530 |
commit | e913aeb5dd6b050e1dcc57e81c6acd8a797eec39 (patch) | |
tree | 6ae32dfcb4b1dd491f50a84a7291464f55e7fa12 | |
parent | f38bc604e163b0a572fc156537cec32512fddbb9 (diff) | |
download | LTSpiceToKiCadConverter-e913aeb5dd6b050e1dcc57e81c6acd8a797eec39.tar.gz LTSpiceToKiCadConverter-e913aeb5dd6b050e1dcc57e81c6acd8a797eec39.tar.bz2 LTSpiceToKiCadConverter-e913aeb5dd6b050e1dcc57e81c6acd8a797eec39.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -106,22 +106,22 @@ The converted KiCad Symbol Library files are available [here](https://github.com 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** +**To open the KiCad schematic file in [eSim](https://esim.fossee.in/home)** 1. Open eSim. 2. Create a *new project*. |