MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
29 stars 31 forks source link

Remove erroneous install argument from apt-get documentation #56

Closed jedso closed 3 years ago

jedso commented 3 years ago

Currently the documentation has this command for installing the dependencies: sudo apt-get install git build-essential libusb-dev install libpng-dev libusb-1.0-0-dev libreadline-dev libgif-dev

Due to installbeing an argument, trying to run this (on Ubuntu 18.04) results in the error: E: Unable to locate package install

This PR removes the install argument.