Installation instructions erroneously refer to a directory ending in '.git'

Issue #94 resolved
Christopher Dembia created an issue

The installation instructions in the README.txt (https://bitbucket.org/samirmenon/scl-manips-group/src/025000e63cb9269b4dc78e70b4d26f282a361acb/README.txt?at=master) wiki (https://bitbucket.org/samirmenon/scl-manips-group/wiki/install/getting_started) say to do the following:

$ cd scl-manips-group.git/applications-linux/scl_lib

However, git creates a folder 'scl-manips-group', not 'scl-manips-group.git'.

Comments (2)

  1. Samir Menon repo owner

    As a convention, we prefer to end git repository directories with .git. You can choose to use a different convention..

    $ git clone https://<your-bitbucket-id>@bitbucket.org/samirmenon/scl-manips-group.git scl-manips-group.git

  2. Log in to comment