From 6e89eb47fb8a3795b192fd66ed9f67c1c942b715 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 5 Jul 2022 08:51:29 -0400 Subject: [PATCH] update instructions --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9fd206d..8423335 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,7 @@ pamac install \ htmlq \ htop \ httpie \ - hyperfine \ jq \ - just \ kitty \ libvirt \ lzop \ @@ -100,13 +98,20 @@ pamac install \ tmux \ tokei \ unzip \ - upterm \ vim \ virt-manager \ watchexec \ xh \ xsv \ zoxide +# for pop_os +doas apt install -y \ + hyperfine \ + just +# others +cargo install \ + just \ + hyperfine # not available by default #jc mbuffer pamac build lightly-qt @@ -183,7 +188,6 @@ cargo install \ tealdeer \ tokei \ watchexec-cli \ - upterm \ xh \ xsv curl -LO https://github.com/owenthereal/upterm/releases/download/v0.9.0/upterm_linux_amd64.tar.gz @@ -225,6 +229,8 @@ sh <(curl -L https://nixos.org/nix/install) --daemon ```bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +source .cargo/env +rustup install nightly ``` # Cargo dependencies