From 5bbcfc8befe95c51089d6a2013ec38f2b67b14fc Mon Sep 17 00:00:00 2001 From: konamicode Date: Sat, 25 Jan 2025 23:06:56 -0500 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d90f9f6..094abe6 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,23 @@ [This](doc) is a step-by-step guide for getting up-and-running with NNTPChan as well as documentation for developers who want to either work on NNTPChan directly or use NNTPChan in their aplications with the API. +### Install the dependancies + + sudo apt-get update + sudo apt-get --no-install-recommends install imagemagick ffmpeg sox build-essential git ca-certificates postgresql postgresql-client + + ### Get the NNTPChan source + git clone https://github.com/konamicode9/nntpchan + cd nntpchan + +### Now compile! + +Run `make`: + + make + + + ## Enable Some Modules ``` export GO111MODULE=off