diff --git a/README.md b/README.md
index bdbf787..1189e49 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,12 @@
# soMedia
+

A simple social Media Application for sharing images amongst users. This application was developed for teaching django to new learners and to expose them to the numerous functionalities of django.
## Features
+
- Registration
- Login
- Profile Editing
@@ -21,8 +23,11 @@ A simple social Media Application for sharing images amongst users. This applica
- View Other Users Profile
## Installation
+
### Create a Virtualenv
+
- Windows
+
```bash
pip install virtualenv
virtualenv .venv
@@ -30,6 +35,7 @@ A simple social Media Application for sharing images amongst users. This applica
```
- Linux
+
```bash
sudo pip3 install virtualenv
virtualenv .venv -p python3
@@ -37,16 +43,20 @@ A simple social Media Application for sharing images amongst users. This applica
```
### Install Requirements
+
```bash
pip install -r requirements.txt
```
### Start Up server
+
```bash
python manage.py runserver
```
+
The application should be available at http://localhost:8000/ through your browser
## Todo
+
- More Documentation
- More Tests
diff --git a/chat/templates/chat/add_post.html b/chat/templates/chat/add_post.html
index 29bb737..d7f0847 100644
--- a/chat/templates/chat/add_post.html
+++ b/chat/templates/chat/add_post.html
@@ -2,48 +2,75 @@
{% load widget_tweaks %}
{% block title %}
- New Post
+New Post
{% endblock %}
{% block content %}
-