From 870df3f4784d755f645574fb15c25fc8977aeb19 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:49:07 +0530 Subject: Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e712093..23fd473 100644 --- a/README.md +++ b/README.md @@ -104,21 +104,21 @@ The converted KiCad Symbol Library files are available [here](https://github.com **To change the access of the file and folder** Use this command to change access to the files:
-``` -chmod -```
+ ``` + chmod + ```
Example:
-``` -chmod u=rwx,g=rx,o=r myfile -```
+ ``` + chmod u=rwx,g=rx,o=r myfile + ```
You can also use:
-``` -sudo chmod 777 filename. -```
+ ``` + sudo chmod 777 filename. + ```
Example:
-``` -sudo chmod 777 ~/Desktop/convert/rc -```
+ ``` + sudo chmod 777 ~/Desktop/convert/rc + ```
----------------------------------------------- **To open the KiCad schematic file in [eSim](https://esim.fossee.in/home)** -- cgit