📝 Remove make desktop command

This commit is contained in:
makeworld 2020-09-12 17:40:27 -04:00
parent bf29ec2a97
commit 0eea591ff6

View File

@ -74,7 +74,6 @@ cd amfora
# git checkout v1.2.3 # Optionally pin to a specific version instead of the latest commit # git checkout v1.2.3 # Optionally pin to a specific version instead of the latest commit
make make
sudo make install # Not for Windows! sudo make install # Not for Windows!
sudo make desktop # Optional, installs .desktop file. Not for Windows or macOS
``` ```
Because you installed with the Makefile, running `amfora -v` will tell you exactly what commit the binary was built from. Because you installed with the Makefile, running `amfora -v` will tell you exactly what commit the binary was built from.