diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2019-06-16 12:52:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 12:52:40 -0400 |
commit | 73e15471228dbee03b42a270a4fad0fbb0027a2c (patch) | |
tree | 2294d4951aa54c7efc2640f2d87179fe86036720 | |
parent | 1b7d30292c0d6233f38121366adc400cb4be029a (diff) |
Update README.md
-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`. |