diff options
author | Sumanto Kar | 2023-08-21 00:48:31 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:48:31 +0530 |
commit | 477b6ec746b1cf5bc18dac1cf46c2f7d2f506862 (patch) | |
tree | d98f03e117b290838da475cb38a3a04ae387cf81 | |
parent | c76bdd53f6d335ab10e23c04708b16030e9d9b39 (diff) | |
download | LTSpiceToKiCadConverter-477b6ec746b1cf5bc18dac1cf46c2f7d2f506862.tar.gz LTSpiceToKiCadConverter-477b6ec746b1cf5bc18dac1cf46c2f7d2f506862.tar.bz2 LTSpiceToKiCadConverter-477b6ec746b1cf5bc18dac1cf46c2f7d2f506862.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)** |