puro icon indicating copy to clipboard operation
puro copied to clipboard

How to set up puro root directory?

Open TheLastFlame opened this issue 6 months ago • 2 comments

The help says to use the --root flag for this.

Image

However, I tried several different spellings and it keeps giving me the standard help without doing anything.

Image Image Image

TheLastFlame avatar Aug 16 '25 09:08 TheLastFlame

Yes, I have tried many global options but have not been successful!

shenhuanet avatar Sep 18 '25 03:09 shenhuanet

@TheLastFlame By only running puro --root=D:/puro you're not asking Puro to do anything, hence it prints the usage info. Try running puro --root=D:/puro ls and then compare the output with puro ls. They have to be different.

Vonarian avatar Oct 15 '25 07:10 Vonarian

Vonarian is correct, In the future I would like to make these configuration options easier to set from the installer.

pingbird avatar Nov 27 '25 05:11 pingbird