diff --git a/README.md b/README.md index 152930df..909cf22a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you have any questions or feedback, there's a [Telegram chat](https://t.me/Sm 2. Install maven and JDK >=17 if you don't have it already 3. Build the jar by running `mvn package -DskipTests=true` and place the one with dependencies at `/opt/smithereen/smithereen.jar` 4. Set up the image processing native library ([libvips](https://github.com/libvips/libvips)): run `java LibVipsDownloader.java` to automatically download a prebuilt one from [here](https://github.com/lovell/sharp-libvips). If you already have libvips installed on your system, you may skip this step, but be aware that not all libvips builds include all the features Smithereen needs. -5. Install and configure [imgproxy](https://docs.imgproxy.net/#/GETTING_STARTED) +5. Install and configure [imgproxy](https://docs.imgproxy.net/GETTING_STARTED) 6. Fill in the config file, see a commented example [here](examples/config.properties) 7. Create a new MySQL database and initialize it with the [schema](schema.sql) using a command (`mysql -p smithereen < schema.sql`) or any GUI like phpMyAdmin 8. Configure and start the daemon: assuming your distribution uses systemd, copy [the service file](examples/smithereen.service) to /etc/systemd/system, then run `systemctl daemon-reload` and `service smithereen start` @@ -27,4 +27,4 @@ Copy [Docker-specific config example](examples/config_docker.properties) to the ## Contributing -If you would like to help translate Smithereen into your language, please [do so on Crowdin](https://crowdin.com/project/smithereen). \ No newline at end of file +If you would like to help translate Smithereen into your language, please [do so on Crowdin](https://crowdin.com/project/smithereen).