Skip to content

Commit

Permalink
add alternate instructions for ZSH shell
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorywaynepower committed Jun 15, 2024
1 parent 8bd9886 commit 2755800
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,18 @@ If you already added both the key and the repository, then install the
`which sudo` apt update
`which sudo` apt install r-rig

On Pop!_OS you can manually set the RIG_PLATFORM by editing your environment variables.
On Pop!_OS you can manually set the RIG_PLATFORM by editing your environment variables for Bash.

`which sudo` echo -e '\n# Customize RIG_PLATFORM for r-rig' >> ~/.profile
`which sudo` echo -e 'export RIG_PLATFORM="ubuntu-22.04"' >> ~/.profile
`which sudo` source ~/.profile

For ZSH you can manually set the RIG_PLATFORM by editing your environment variables with the following instructions.

`which sudo` echo -e '\n# Customize RIG_PLATFORM for r-rig' >> ~/.zprofile
`which sudo` echo -e 'export RIG_PLATFORM="ubuntu-22.04"' >> ~/.zprofile
`which sudo` source ~/.zprofile

#### Installing rig on RHEL, Fedora, CentOS, Rocky Linux, Almalinux, etc. (RPM package) <a id="id-rhel-fedora-centos-rocky-linux-almalinux-etc-rpm-package">

On most RPM based distros (except for OpenSUSE and SLES) you can install
Expand Down

0 comments on commit 2755800

Please sign in to comment.