diff options
author | Sumanto Kar | 2023-08-21 00:44:42 +0530 |
---|---|---|
committer | GitHub | 2023-08-21 00:44:42 +0530 |
commit | f38bc604e163b0a572fc156537cec32512fddbb9 (patch) | |
tree | 65a71dfc64dd743df923e0c158b90d97ea47f15d | |
parent | 616712993c2b11cf2048f02c99d3e90d677b20a9 (diff) | |
download | LTSpiceToKiCadConverter-f38bc604e163b0a572fc156537cec32512fddbb9.tar.gz LTSpiceToKiCadConverter-f38bc604e163b0a572fc156537cec32512fddbb9.tar.bz2 LTSpiceToKiCadConverter-f38bc604e163b0a572fc156537cec32512fddbb9.zip |
Update README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |