From 5f0101906c24698f07ed65c1433e645ef1fdb0e6 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:43:03 +0530 Subject: Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b52f0c6..ed37fcf 100644 --- a/README.md +++ b/README.md @@ -108,16 +108,17 @@ 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: ``` +Example: + ``` sudo chmod 777 ~/Desktop/convert/rc -``` + ```
----------------------------------------------- **To open the KiCad schematic file in eSim** -- cgit