From da10557324440a5f397fd8e4911ab092cd45d5cb Mon Sep 17 00:00:00 2001 From: nesshy Date: Tue, 21 Jan 2025 12:29:50 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff732ab..7204a9f 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,18 @@ [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. ## Enable Some Modules - +``` export GO111MODULE=off export GOPATH=$HOME/go export PATH=$PATH:$GOPATH/bin +``` ## now its time to create the database in postgres - +``` CREATE DATABASE nntpchan; CREATE USER username WITH PASSWORD 'CHANGEME'; GRANT ALL PRIVILEGES ON DATABASE nntpchan TO username; - +``` TL;DR edition: