Skip to content

Commit

Permalink
Added Table of contents (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanSha committed Sep 30, 2020
1 parent 57a1d2e commit f296fc2
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,22 @@ microservices with Python which handles cross-cutting concerns:
[![Updates](https://pyup.io/repos/github/python-microservices/microservices-scaffold/shield.svg)](https://pyup.io/repos/github/python-microservices/microservices-scaffold/)
[![Python 3](https://pyup.io/repos/github/python-microservices/microservices-scaffold/python-3-shield.svg)](https://pyup.io/repos/github/python-microservices/microservices-scaffold/)


Table of Contents
=================

* [microservices-scaffold](#microservices-scaffold)
* [How to run the scaffold](#how-to-run-the-scaffold)
* [Installation](#installation)
* [Install with virtualenv](#install-with-virtualenv)
* [Install with pipenv](#install-with-pipenv)
* [Advantages over plain pip and requirements.txt](#advantages-over-plain-pip-and-requirementstxt)
* [Run your python script](#run-your-python-script)
* [Check the result](#check-the-result)
* [Docker](#docker)
* [Kubernetes](#kubernetes)
* [How to contrib](#how-to-contrib)
* [Update docs](#update-docs)

# How to run the scaffold

## Installation
Expand Down

0 comments on commit f296fc2

Please sign in to comment.