diff options
author | Sumanto Kar | 2023-08-21 00:47:39 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:47:39 +0530 |
commit | c76bdd53f6d335ab10e23c04708b16030e9d9b39 (patch) | |
tree | 55549c33530d1efe2c4f0c713490b34d422dd103 | |
parent | e913aeb5dd6b050e1dcc57e81c6acd8a797eec39 (diff) | |
download | LTSpiceToKiCadConverter-c76bdd53f6d335ab10e23c04708b16030e9d9b39.tar.gz LTSpiceToKiCadConverter-c76bdd53f6d335ab10e23c04708b16030e9d9b39.tar.bz2 LTSpiceToKiCadConverter-c76bdd53f6d335ab10e23c04708b16030e9d9b39.zip |
Update README.md
-rw-r--r-- | README.md | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -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)** |