From d25ba9e4b86df1056f0b5aac86524bda0d4dd671 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Sat, 17 Sep 2022 08:28:46 +0530 Subject: remove .github directory install instruction --- Ubuntu/README.md | 1 + Windows/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Ubuntu/README.md b/Ubuntu/README.md index 3363fa01..a493c68c 100755 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -14,6 +14,7 @@ It contains the documentation to package eSim for Ubuntu OS. 3. Add the eSim executable (if available) in `eSim-` folder. Also, remove following files from this folder: - `.git` folder + - `.github` folder - `code` folder - `src` folder (Applicable only if eSim executable is used) - conf.py diff --git a/Windows/README.md b/Windows/README.md index e9cd8673..55fffc42 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -57,6 +57,7 @@ It contains all the documentation for making eSim executable (using PyInstaller) 2. Add eSim executable (`eSim.exe`) to the `eSim` folder. Also, remove following files from that folder: - `.git` folder + - `.github` folder - `code` folder - `src` folder - conf.py -- cgit