From 29d4a9407efcb2edc16d28fe5e3455b72ff71994 Mon Sep 17 00:00:00 2001 From: Ria Gandhi Date: Sun, 1 Oct 2023 22:16:47 +0000 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 60e1c21..c176f11 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,27 @@ This is the code behind [Tildes](https://tildes.net), a non-profit community sit For general information about Tildes and its goals, please see [the announcement blog post](https://blog.tildes.net/announcing-tildes) and [the Tildes Docs site](https://docs.tildes.net). +## Intallation Instructions +Synchronize changes between your forked repository and the original repository in Git, set up a remote that points to the upstream repository. + +Platform Navigation: +• Mac: Open Terminal. +• Windows: Open Git Bash. +• Linux: Open your terminal emulator. + +Instructions: +1. Check Current Remote Configuration: +$ git remote -v > origin (fetch) > origin (push) + +2. Add a New Remote Upstream Repository: +$ git remote add upstream + +3. Verify the Remote Configuration: +$ git remote -v > origin (fetch) > origin (push) > upstream (fetch) > upstream (push) + +The application is written in Python 3.8, using the Pyramid web framework. +It is served by Gunicorn behind an nginx reverse-proxy. + ## Issue tracker / plans Known issues and plans for upcoming changes are tracked on GitLab: https://gitlab.com/tildes/tildes/issues