From 4199464806c88aa7b32d94389d096c98a9239886 Mon Sep 17 00:00:00 2001 From: Agampreet Singh Date: Thu, 11 Nov 2021 12:43:10 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b8db15..e3de413 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,9 @@ If you find any issues in using the AUR Builds, please create a [New Issue](http To build the app locally:
Run this script to automatically install `nodejs`, `yarn` and all the dependencies, and automatically start/build the app (it will show options) (Note: for Linux and macOS Only!): ```bash -wget -O- https://git.io/build-ms-office-electron | bash +git clone --depth=1 https://github.com/agam778/MS-Office-Electron.git +cd MS-Office-Electron +bash build.sh ```
Or: