when linux

Reply to this note

Please Login to reply.

Discussion

already works on linux

Debian based only? What about Fedora?

Works great on Fedora too

how do you get it to work on fedora?

Ah, I found the rpm.

rpm work ok? I haven't tested it

No, it didn't. Received an error.

what error?

Could not depsolve transaction; 1 problem detected:

Problem: conflicting requests

- nothing provides needed by notedeck-0.1.0-1.x86_64 from @commandline

ah right, I think we still need to cross build x86_64... github runners might be arm. bah.

you should be able to run like so in the meantime:

https://github.com/damus-io/notedeck

cargo run --release

How? Those other commands are debian based. Running cargo run --release: error: could not find `Cargo.toml` in `/home/$user/Downloads` or any parent directory.

you have to run it in the cloned project directory

Got it. It's running now. Works great. Thanks!