From 477b6ec746b1cf5bc18dac1cf46c2f7d2f506862 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:48:31 +0530 Subject: Update README.md --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a97f352..e712093 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