From c76bdd53f6d335ab10e23c04708b16030e9d9b39 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:47:39 +0530 Subject: Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3a3b0ce..a97f352 100644 --- a/README.md +++ b/README.md @@ -103,22 +103,22 @@ The converted KiCad Symbol Library files are available [here](https://github.com ## Important Notes/Commands **To change the access of the file and folder** -Use this command to change access to the files:
- ``` - chmod - ```
-Example:
- ``` - chmod u=rwx,g=rx,o=r myfile - ```
-You can also use:
- ``` - sudo chmod 777 filename. - ```
-Example:
- ``` - sudo chmod 777 ~/Desktop/convert/rc - ```
+ Use this command to change access to the files:
+ ``` + chmod + ```
+ Example:
+ ``` + chmod u=rwx,g=rx,o=r myfile + ```
+ You can also use:
+ ``` + sudo chmod 777 filename. + ```
+ Example:
+ ``` + sudo chmod 777 ~/Desktop/convert/rc + ```
----------------------------------------------- **To open the KiCad schematic file in [eSim](https://esim.fossee.in/home)** -- cgit