9
175
Fork
You've already forked wallust
21

Installing the documentation #178

Closed
opened 2025年08月20日 01:54:08 +02:00 by fuguesoft · 4 comments

I installed this on Debian 12 with cargo install per the instructions but can't seem to man wallust or wikiman wallust Is there something I'm missing for documentation installation?

Thank you

I installed this on Debian 12 with `cargo install` per the instructions but can't seem to `man wallust` or `wikiman wallust` Is there something I'm missing for documentation installation? Thank you

Are you building from source? I believe make and sudo make install works and will accomplish what you want.

Are you building from source? I believe `make` and `sudo make install` works and will accomplish what you want.

ah no, I installed via cargo install wallust
cargo has doc and rustdoc with the --package and --bin flags but they keep complaining about the lack of a Cargo.toml file in my current directory

This might be more of a rust issue tho

ah no, I installed via `cargo install wallust` `cargo` has `doc` and `rustdoc` with the `--package` and `--bin` flags but they keep complaining about the lack of a `Cargo.toml` file in my current directory This might be more of a rust issue tho

Rust does not install man pages. If you already install it via cargo, you could simply just make install-man and maybe make install-completions as well.

Rust does not install man pages. If you already install it via cargo, you could simply just `make install-man` and maybe `make install-completions` as well.

ah I did this:

cd /home/fugue/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wallust-3.4.0
sudo make install-man
sudo make install-completions

And the following packages are now available:

wallust(1)
wallust(5)
wallust-run(1)
wallust-cs(1)
wallust-theme(1)

This didn't work for wallust-themes(1) however

Thank you!

ah I did this: ```sh cd /home/fugue/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wallust-3.4.0 sudo make install-man sudo make install-completions ``` And the following packages are now available: ```sh wallust(1) wallust(5) wallust-run(1) wallust-cs(1) wallust-theme(1) ``` This didn't work for `wallust-themes(1)` however Thank you!
Sign in to join this conversation.
No Branch/Tag specified
master
flake-lock-update
v3
pages
ui
4.0.0-alpha
3.5.2
3.5.1
3.5.0
3.4.0
3.3.0
3.2.0
3.1.0
3.0.0
3.0.0-beta
3.0.0-alpha
2.10.0
2.9.0
2.8.0
2.7.1
2.6.1
2.6.0
2.5.1
2.5.0
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.0.1
1.0.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
explosion-mental/wallust#178
Reference in a new issue
explosion-mental/wallust
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?