Skip to content

Commit

Permalink
chore: use ~/.local/bin as install path (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Nov 8, 2024
1 parent ddf24d6 commit e4769be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e4769be

Please sign in to comment.