diff options
author | Sumanto Kar | 2023-08-21 00:43:03 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:43:03 +0530 |
commit | 5f0101906c24698f07ed65c1433e645ef1fdb0e6 (patch) | |
tree | 66c76d3a0163deb7a80fd7cb8fa2a3a0b2c752af | |
parent | 396ec7adcdf994dd07535e46d00051577e25295f (diff) | |
download | LTSpiceToKiCadConverter-5f0101906c24698f07ed65c1433e645ef1fdb0e6.tar.gz LTSpiceToKiCadConverter-5f0101906c24698f07ed65c1433e645ef1fdb0e6.tar.bz2 LTSpiceToKiCadConverter-5f0101906c24698f07ed65c1433e645ef1fdb0e6.zip |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -108,16 +108,17 @@ 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: ``` +Example: + ``` sudo chmod 777 ~/Desktop/convert/rc -``` + ``` </br> ----------------------------------------------- **To open the KiCad schematic file in eSim** |