From 59527d97dc13336a39d23e967e0cf86e3b26b7b2 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Mon, 29 Nov 2021 19:04:52 +0530 Subject: [PATCH] Update README.md Test Commit --- .gitignore | 2 +- README.md | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f89e23d..ec7cbac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /node_modules/ /.idea/ -/release/ \ No newline at end of file +/release/ diff --git a/README.md b/README.md index e3de413..193878b 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,17 @@ Arch Linux builds have been published to "AUR" now! 1. Install any AUR helper like [`yay`](https://github.com/Jguer/yay) -2. The package name is `ms-office-electron-git`, so run `yay -Sy ms-office-electron-git` +2. There are 2 packages in the AUR + - `ms-office-electron-bin`: For installing pre-built releases + - `ms-office-electron-git`: For building the app from source and installing. -3. Wait for it to install and tada! The app is installed. +3. Now, for example, using `yay`, run: + ```bash + yay -Sy ms-office-electron-* + ``` + To install the package accordingly. + +4. Wait for it to install and tada! The app is installed. If you find any issues in using the AUR Builds, please create a [New Issue](https://github.com/agam778/MS-Office-Electron/issues/new) and i'll try to fix that as soon as possible :D