From e4769becd12c52cffe112d0312f72a369e08aeb5 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:50:01 +0100 Subject: [PATCH] chore: use ~/.local/bin as install path (#107) --- README.md | 4 ++-- dist-workspace.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0f4af46..32f13d1e 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ curl -LsSf https://paradigm.xyz/solar/install.sh | sh powershell -c "irm https://paradigm.xyz/solar/install.ps1 | iex" # For a specific version. -curl -LsSf https://paradigm.xyz/solar/0.1.0/install.sh | sh -powershell -c "irm https://paradigm.xyz/solar/0.1.0/install.ps1 | iex" +curl -LsSf https://paradigm.xyz/solar/v0.1.0/install.sh | sh +powershell -c "irm https://paradigm.xyz/solar/v0.1.0/install.ps1 | iex" ``` You can also build Solar from source: diff --git a/dist-workspace.toml b/dist-workspace.toml index c16641f0..18777256 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -38,7 +38,7 @@ github-release = "announce" # Whether to install an updater program install-updater = false # Path that installers should place binaries in -install-path = "CARGO_HOME" +install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"] [dist.dependencies.apt] gcc-aarch64-linux-gnu = { version = '*', targets = [