nilsteampassnet / TeamPass

Collaborative Passwords Manager
https://www.teampass.net
1.63k stars 532 forks source link

Suggestion for git cloning step in installation documentation #4125

Open Kyogre opened 3 months ago

Kyogre commented 3 months ago

Steps to reproduce

Guide https://documentation.teampass.net/#/install/installation?id=using-git says

cd path/to/teampass/folder
git clone https://github.com/nilsteampassnet/TeamPass.git

Actual behaviour

If you do this, you will clone to wrong path like /var/www/teampass/TeamPass instead of /var/www/teampass.

Expected behaviour

Add dot to the end of clone command thus project root folder will be stripped:

cd path/to/teampass/folder
git clone https://github.com/nilsteampassnet/TeamPass.git .