From e913aeb5dd6b050e1dcc57e81c6acd8a797eec39 Mon Sep 17 00:00:00 2001 From: Sumanto Kar Date: Mon, 21 Aug 2023 00:46:27 +0530 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 09fe2be..3a3b0ce 100644 --- a/README.md +++ b/README.md @@ -106,22 +106,22 @@ The converted KiCad Symbol Library files are available [here](https://github.com 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** +**To open the KiCad schematic file in [eSim](https://esim.fossee.in/home)** 1. Open eSim. 2. Create a *new project*. -- cgit