Skip to content

Commit

Permalink
fix(Installation): fix guidelines for installing yay (#62)
Browse files Browse the repository at this point in the history
I installed yay from the archlinuxcn repo which is not an official
repository of Arch Linux. So `sudo pacman -S yay` doesn't work for
most users.
  • Loading branch information
ouuan committed Sep 20, 2020
1 parent f796377 commit a410971
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions content/en/docs/Installation/Build from AUR/_index.md
Expand Up @@ -9,8 +9,6 @@ This method is only for Arch Linux (or other distros based on Arch Linux, includ

There are two AUR packages for CP Editor: [cpeditor](https://aur.archlinux.org/packages/cpeditor/) for the stable version and [cpeditor-git](https://aur.archlinux.org/packages/cpeditor-git/) for the alpha version.

Just like installing other packages from AUR, you need an AUR helper, if you don't have one, you can install yay by `sudo pacman -S yay`.
If you have `yay` installed, you can run `yay -S cpeditor` to install. If you don't have `yay` and don't know how to install from AUR, you can read [how to install yay](https://github.com/Jguer/yay#installation) or [the Arch Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages).

Then, run either `yay -S cpeditor` or `yay -S cpeditor-git`, choose the default options, and wait until the build finishes.

After the installation, you'll be able to run CP Editor by `cpeditor` in your terminal or launch from Menu like other apps.
After the installation, you'll be able to run CP Editor by `cpeditor` in your terminal or launch from the start menu like other apps.

0 comments on commit a410971

Please sign in to comment.