Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cmacmackin/ford
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacmackin committed Sep 15, 2016
2 parents 524e307 + c748ec8 commit dfa3841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ Current features include:

##Installation
The simplest way to install FORD is using [pip](https://pip.pypa.io/en/latest/).
This can be done with the command
This can be done with the commands:

sudo apt-get install python-pip python-dev build-essential #For Debian-based Linux, if pip not already installed
sudo pip install ford

Pip will automatically handle all dependencies for you. If
Expand Down
2 changes: 1 addition & 1 deletion ford/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% else %}
<meta name="description" content="Documentation for {{ project }}">
{% endif %}
<meta name="author" content="Chris MacMackin" >
<meta name="author" content="{{ author }}" >
<link rel="icon" href="{{ project_url }}/favicon.png">

<title>{% block title %} {{ project }} {% endblock title %}</title>
Expand Down

0 comments on commit dfa3841

Please sign in to comment.