your-tools / tsrc

Manage groups of git repositories
https://your-tools.github.io/tsrc/
BSD 3-Clause "New" or "Revised" License
206 stars 36 forks source link

Readme improvements? #343

Open cgestes opened 2 years ago

cgestes commented 2 years ago

In the readme are this two manifest repositories the same:

Create a manifest repository. (git@example.org/manifest)
$ tsrc init git@git.local/manifest.git

Also I am wondering if I should push the manifest repository, and if I should include it in the manifest.

Where does it lives?

Thanks :)

cgestes commented 2 years ago

Some more doc shenanigan:

after installing tsrc with pipx, it says command not found.

How am I supposed to access it?

dmerejkowsky commented 2 years ago

Also I am wondering if I should push the manifest repository, and if I should include it in the manifest.

You are not required to put the manifest repo inside the manifest itself. It's a matter of convenience.

In the readme are this two manifest repositories the same:

Yup :)

after installing tsrc with pipx, it says command not found.

Double-check that ~/.local/bin is in your PATH :stuck_out_tongue:

cgestes commented 2 years ago

can pipx (which doesn't look like what people are used to) be just a tips?

It works pretty fine with pip, which is installed by default. If pipx is required can we give some context?

gdubicki commented 1 year ago

Thanks for the PR https://github.com/your-tools/tsrc/pull/366, @cgestes!

Please see https://github.com/your-tools/tsrc/pull/376 where a docs change related to pipx vs pip is included.