diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ Art generated using random functions.  -[A web version of AutoArt can be found here](https://pommicket.com/pommicket) +[A (slower) web version of AutoArt can be found here](https://pommicket.com/pommicket) To run AutoArt, just download one of the [releases](https://github.com/pommicket/autoart/releases). You will need [ffmpeg](http://ffmpeg.org/) for AutoVideos, but not for AutoImages/Audio (and make sure it is in your PATH). You can install it on Debian/Ubuntu with: @@ -74,4 +74,4 @@ go build -o bin/autoart ``` ### License -AutoArt is licensed under the GNU General Public License, version 3. A copy of the license is in the file named `LICENSE`.
\ No newline at end of file +AutoArt is licensed under the GNU General Public License, version 3. A copy of the license is in the file named `LICENSE`. |