Skip to content

Commit 2adf646

Browse files
dc-redeclipseqreeves
authored andcommitted
Update Install-Guide.md
apt is enough apt-get is no longer necessary
1 parent 32021c0 commit 2adf646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Install-Guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ If you get a permission denied error during install, right click the installer a
2727

2828
### Standard Package
2929
- Install Red Eclipse's dependencies.
30-
- Debian/Ubuntu: `sudo apt-get install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal1 libsndfile1`
30+
- Debian/Ubuntu: `sudo apt install curl libsdl2-mixer-2.0-0 libsdl2-image-2.0-0 libsdl2-2.0-0 libopenal1 libsndfile1`
3131
- Fedora: `dnf install curl SDL2 SDL2_mixer SDL2_image`
3232
- [Download the tarball](/download/linux), move it to your home directory, and extract it with your file manager, an archive utility, or the terminal command `tar -jxvf redeclipse_X.Y.Z_nix.tar.bz2`.
3333
- Enter the extracted folder (redeclipse-X.Y.Z) and run `redeclipse.sh` to launch Red Eclipse.
3434

3535
### From Source
3636
- Install additional dependencies to compile with:
37-
- Debian/Ubuntu: `sudo apt-get install make g++ curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev`
37+
- Debian/Ubuntu: `sudo apt install make g++ curl libsdl2-mixer-dev libsdl2-image-dev libsdl2-dev libfreetype-dev libopenal-dev libsndfile-dev`
3838

3939
From the command line:
4040
- Clone the repository and its submodules with `git clone --recurse-submodules https://github.com/redeclipse/base`

0 commit comments

Comments
 (0)