tsrc icon indicating copy to clipboard operation
tsrc copied to clipboard

Readme improvements?

Open cgestes opened this issue 4 years ago • 4 comments

In the readme are this two manifest repositories the same:

Create a manifest repository. ([email protected]/manifest)
$ tsrc init [email protected]/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 avatar Apr 07 '22 14:04 cgestes

Some more doc shenanigan:

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

How am I supposed to access it?

cgestes avatar Apr 07 '22 14:04 cgestes

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:

dmerejkowsky avatar Apr 07 '22 16:04 dmerejkowsky

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?

cgestes avatar Apr 12 '22 10:04 cgestes

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.

gdubicki avatar Nov 20 '22 17:11 gdubicki