summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanto Kar2023-08-21 00:43:03 +0530
committerGitHub2023-08-21 00:43:03 +0530
commit5f0101906c24698f07ed65c1433e645ef1fdb0e6 (patch)
tree66c76d3a0163deb7a80fd7cb8fa2a3a0b2c752af
parent396ec7adcdf994dd07535e46d00051577e25295f (diff)
downloadLTSpiceToKiCadConverter-5f0101906c24698f07ed65c1433e645ef1fdb0e6.tar.gz
LTSpiceToKiCadConverter-5f0101906c24698f07ed65c1433e645ef1fdb0e6.tar.bz2
LTSpiceToKiCadConverter-5f0101906c24698f07ed65c1433e645ef1fdb0e6.zip
Update README.md
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index b52f0c6..ed37fcf 100644
--- a/README.md
+++ b/README.md
@@ -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**