diff --git a/.restyled.yaml b/.restyled.yaml
deleted file mode 100644
index 89458b4..0000000
--- a/.restyled.yaml
+++ /dev/null
@@ -1,2 +0,0 @@
----
-enabled: false
diff --git a/Preview/Fedora Preview.png b/Preview/Fedora Preview.png
deleted file mode 100644
index 22d2e83..0000000
Binary files a/Preview/Fedora Preview.png and /dev/null differ
diff --git a/README.md b/README.md
index 8fb4662..6cb7c26 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ Supported Platforms
4. Arch/Manjaro Linux based distributions (PKG.TAR.ZST File)
5. All Distributions supporting AppImage (AppImage File)
-Not uploaded Arch/Manjaro Linux based distributions build to AUR.
+Arch Linux builds are now on AUR!
Mac OS supported now with builds for both M1 And Intel Chips . See the instructions how to install below
# Windows
@@ -110,19 +110,23 @@ For Installing in Red Hat/Fedora based distribution :-
### Arch/Manjaro Linux based distribution installation
-I currently have not uploaded the package to AUR (and maybe won't cause i don't have that much time, i'll try tho) but you can install it this way :-
+Arch Linux builds have been published to "AUR" now!
-1) Go to the [Releases](https://github.com/agam778/Microsoft-Office-Electron/releases) page
-2) Scroll down and click the `.pkg.tar.zst` file to download it.
-3) Now open terminal and run `sudo pacman -U ./microsoft-office-electron-x.y.z-x86_64.pkg.tar.xz` (Replace x.y.z with version number)
+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`
+
+3. 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
## 📸 Ubuntu Preview
[Click Here](https://github.com/agam778/Microsoft-Office-Electron/blob/main/Preview/Ubuntu%20Preview.png?raw=true)
-## 📸 Fedora Preview
-[Click Here](https://raw.githubusercontent.com/agam778/Microsoft-Office-Electron/main/Preview/Fedora%20Preview.png)
+
+
# 📃 MIT License
diff --git a/Windows Defender Smart Screen.png b/Windows Defender Smart Screen.png
deleted file mode 100644
index 6fd4fca..0000000
Binary files a/Windows Defender Smart Screen.png and /dev/null differ
diff --git a/not.travis.yml b/not.travis.yml
deleted file mode 100644
index f18b93b..0000000
--- a/not.travis.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-matrix:
- include:
- - os: osx
- osx_image: xcode12.5
- language: node_js
- node_js: "16"
- env:
- - ELECTRON_CACHE=$HOME/.cache/electron
- - ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
-
- - os: linux
- services: docker
- language: generic
-
-dist: focal
-
-cache:
- yarn: true
- directories:
- - node_modules
- - $HOME/.cache/electron
- - $HOME/.cache/electron-builder
-
-script:
- - |
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
- docker run --rm \
- -e GH_TOKEN=$GH_TOKEN \
- -v ${PWD}:/project \
- -v ~/.cache/electron:/root/.cache/electron \
- -v ~/.cache/electron-builder:/root/.cache/electron-builder \
- electronuserland/builder:wine \
- /bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn dist --x64 --linux --win --publish always"
- else
- npm run dist --x64; npm run dist --arm64
- fi
-before_cache:
- - rm -rf $HOME/.cache/electron-builder/wine
-
-branches:
- except:
- - "/^v\\d+\\.\\d+\\.\\d+$/"