From 78a44e292d36892ee8a5c140037a805a832c7b56 Mon Sep 17 00:00:00 2001 From: fuleinist Date: Mon, 20 Apr 2026 22:13:51 +0800 Subject: [PATCH] docs: add note about default tool installation path Add a note in the Usage section explaining that tools are installed in a .dotfile directory by default (.dotfile in the current working directory), and that this can be configured via the store.root option. Fixes #112 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index aa2c185..3b445a3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ Then you can run: - `binny update [name...]` to update any pinned versions in the configuration with the latest available versions (and within any given constraints) - `binny list` to list all tools in the configuration and the installed store +By default, tools are installed in a `.tool` directory in the current working directory. This can be configured via the `store.root` option (e.g., to use `~/.tool` for a user-wide install). + Use `--ignore-cooldown` with `install` or `update` to bypass the release cooldown check. You can add tools to the configuration one of two ways: