From 4dedbbe638fe340260a8c5745bca8ed860e215dc Mon Sep 17 00:00:00 2001 From: Zoran Simic Date: Wed, 8 Jan 2025 14:08:01 -0800 Subject: [PATCH] Pickley can now be bootstrapped with uvx --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index eda7fcd..8d04816 100644 --- a/README.rst +++ b/README.rst @@ -153,6 +153,11 @@ Installation Install latest version in `~/.local/bin` ---------------------------------------- +If you have uv_, you can use it to bootstrap **pickley**, for example in ``~/.local/bin``:: + + $ uvx pickley bootstrap ~/.local/bin + + Handy one-line using ``bash``:: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/codrsquad/pickley/main/get-pickley)"