|
|
||
|---|---|---|
| .vscode | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Kalam-Regular.ttf | ||
| README.md | ||
| Rajdhani-Regular.ttf | ||
| ReenieBeanie-Regular.ttf | ||
| icon.svg | ||
| reload.svg | ||
| screenshot.png | ||
README.md
Post Maker
Post Maker helps you to make post for instagram and other social madia apps easily
Compiling
Build Dependencies
- Rust Compiler
- Cargo
Installing rust
You can follow rust official guide to install rust compiler and cargo Here.
Compiling
- Clone the Post Maker
- Open terminal inside the post_maker directory
- Run
cargo build --release - Copy
/post_maker/target/release/post_makerto where ever you keep you binaries
Note: If you are using linux its always a good idea to keep binaries in ~/.local/bin and add ~/.local/bin in you $PATH.