summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumanto Kar2023-08-21 00:44:42 +0530
committerGitHub2023-08-21 00:44:42 +0530
commitf38bc604e163b0a572fc156537cec32512fddbb9 (patch)
tree65a71dfc64dd743df923e0c158b90d97ea47f15d
parent616712993c2b11cf2048f02c99d3e90d677b20a9 (diff)
downloadLTSpiceToKiCadConverter-f38bc604e163b0a572fc156537cec32512fddbb9.tar.gz
LTSpiceToKiCadConverter-f38bc604e163b0a572fc156537cec32512fddbb9.tar.bz2
LTSpiceToKiCadConverter-f38bc604e163b0a572fc156537cec32512fddbb9.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index dc7508c..09fe2be 100644
--- a/README.md
+++ b/README.md
@@ -107,15 +107,15 @@ Use this command to change access to the files:</br>
```
chmod <options> <permissions> <file name>
```
-Example:
+Example:</br>
```
chmod u=rwx,g=rx,o=r myfile
```
-You can also use:
+You can also use:</br>
```
sudo chmod 777 filename.
```
-Example:
+Example:</br>
```
sudo chmod 777 ~/Desktop/convert/rc
```