Skip to content

Commit

Permalink
Updated rst link, and added code for running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanaditya committed Oct 11, 2020
1 parent f8e1bd8 commit 6fe32b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ License

**Any contributions you make will be under the MIT Software License**

In short, when you submit code changes, your submissions are understood to be under the same [MIT License](https://github.com/MLH-Fellowship/twitstat/blob/main/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern.
In short, when you submit code changes, your submissions are understood to be under the same `MIT License <https://github.com/MLH-Fellowship/twitstat/blob/main/LICENSE>`__ that covers the project. Feel free to contact the maintainers if that's a concern.

By contributing, you agree that your contributions will be licensed under its [MIT License](https://github.com/MLH-Fellowship/twitstat/blob/main/LICENSE).
By contributing, you agree that your contributions will be licensed under its `MIT License <https://github.com/MLH-Fellowship/twitstat/blob/main/LICENSE>`__.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ Setup
export $(grep -v '^#' .env | xargs)
* Running locally

.. code-block:: bash
flask run
Issues
--------
Expand Down

0 comments on commit 6fe32b8

Please sign in to comment.