From a74f4adca15f265a4ecc2f3b81f21ba9927d4425 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:41:39 +0530 Subject: Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a475103..c6e42d2 100644 --- a/README.md +++ b/README.md @@ -103,18 +103,21 @@ 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: +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 - + ``` +Example: ``` + sudo chmod 777 ~/Desktop/convert/rc +``` ----------------------------------------------- **To open the KiCad schematic file in eSim** -- cgit