Skip to content

Commit

Permalink
Update project url
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Jan 30, 2016
1 parent 523cf8d commit d43a70d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.markdown
@@ -1,23 +1,23 @@
# tmuxpair – Reasonably Secure Pair Programming#
# tmuxpair #

[![Build Status](https://travis-ci.org/goerz/tmuxpair.svg)](https://travis-ci.org/goerz/tmuxpair)

(c) 2016 by [Michael Goerz](http://michaelgoerz.net). This software is available
© 2016 by [Michael Goerz](http://michaelgoerz.net). This software is available
under the terms of the [MIT license][LICENSE].

[LICENSE]: LICENSE

## Installation & Usage ##

Install the `tmuxpair` executable with
Using [virtualenv][]/[pipsi][]/[conda env][] is recommended. Install the
`tmuxpair` executable with

pip install tmuxpair

Using [virtualenv][]/[pipsi][]/[conda env][] is recommended.

[virtualenv]: http://docs.python-guide.org/en/latest/dev/virtualenvs/
[pipsi]: https://github.com/mitsuhiko/pipsi#pipsi
[conda env]: http://conda.pydata.org/docs/using/envs.html

Run `tmuxpair -h` for usage details.

## Reasonably Secure Pair Programming ##
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@ def get_version(filename):
setuptools.setup(
name="tmuxpair",
version=get_version("tmuxpair.py"),
url="https://github.com/goerz/tmuxpair#tmuxpair--reasonably-secure-pair-programming",
url="https://github.com/goerz/tmuxpair#tmuxpair",
author="Michael Goerz",
author_email="goerz@stanford.edu",
description="Command line script for setting up a temporary tmux session for pair programming",
Expand Down

0 comments on commit d43a70d

Please sign in to comment.