File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,19 @@ more dependable (config is typechecked where possible) and simpler to install.
12
12
It's also a great excuse for me to learn more about Rust, its ecosystem and
13
13
compiling/distributing binaries for various platforms.
14
14
15
- ## How does it work?
16
- - install tmux (>= 2.8), rust and cargo
17
- - build and run with: ` cargo build && ./target/debug/rmuxinator start Example.toml `
15
+ ## TLDR; How do I use it?
16
+ - install tmux (>= 2.8), [ rust and cargo] ( https://rustup.rs/ )
17
+
18
+ ### Cargo
19
+ - install: ` cargo install rmuxinator `
20
+ - run: ` rmuxinator start Example.toml `
21
+
22
+ ### Source
23
+ #### ` cargo build `
24
+ - build: ` cargo build && ./target/debug/rmuxinator start Example.toml `
25
+ - run: ` ./target/debug/rmuxinator start Example.toml `
26
+ #### ` cargo run `
27
+ - run: ` cargo run start Example.toml `
18
28
19
29
## Documentation
20
30
You can’t perform that action at this time.
0 commit comments