summaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorJustin Wernick <j.wernick@eyeo.com>2023-05-10 15:09:05 +0200
committerJustin Wernick <j.wernick@eyeo.com>2023-05-10 15:09:22 +0200
commitcae34ef0b7b6e47f1ed3efe71ac658105a75a530 (patch)
tree918bdedbaac3f70d957bb97c715af4844db56bb3 /readme.org
parent22a206f083a5e75a589a656d40ba1fca538720e5 (diff)
Rename the package to something not taken on crates.io
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org8
1 files changed, 4 insertions, 4 deletions
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