From cae34ef0b7b6e47f1ed3efe71ac658105a75a530 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Wed, 10 May 2023 15:09:05 +0200 Subject: Rename the package to something not taken on crates.io --- readme.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'readme.org') diff --git a/readme.org b/readme.org index ebb2f14..e8a140c 100644 --- a/readme.org +++ b/readme.org @@ -144,7 +144,7 @@ mean that if you login as the user, for example over ssh, then the default shell will be Shackle. #+begin_src sh - sudo usermod --shell $HOME/.cargo/bin/shackle $USER + sudo usermod --shell $HOME/.cargo/bin/shackle-shell $USER #+end_src * Operating System Support @@ -230,7 +230,7 @@ Release binaries should be built in release mode. cargo build --release #+end_src -After running this, the binary is available in =./target/release/shackle= +After running this, the binary is available in =./target/release/shackle-shell= * Roadmap / Issue Tracker TODO list @@ -269,9 +269,9 @@ After running this, the binary is available in =./target/release/shackle= - [X] proper licensing - [X] all the getting started stuff in the readme -- [ ] clean up crates.io metadata +- [-] clean up crates.io metadata - [ ] crates.io friendly readme: needs to be markdown, and probably not all the content of the "full" readme - - [ ] rename to something that isn't taken on crates.io (shackle-shell) + - [X] rename to something that isn't taken on crates.io (shackle-shell) - [ ] publish to crates.io - [ ] project website - [ ] functions correctly when the git path isn't created yet -- cgit v1.2.3