From e6022ee4a891bfff6c7daa4c0ec07a62fc08bcba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Dec 2014 15:59:51 +1100 Subject: [PATCH] correct docs --- doc/source/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index d60f6f5..e4a561c 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -24,6 +24,6 @@ In order to use the `bam` command in your terminal, you can add this file in any your BIN paths and call it `bam`. Don't forget to give it +x permissions. :: #!/bin/sh - exec python /absolute/path/to/bam/client/cli/bam.py "$@" + exec python3 /absolute/path/to/bam/bam_cli.py "$@" As you can see, the file links to your bam.py file, so make sure that one is right!