36 lines
1015 B
Markdown
36 lines
1015 B
Markdown
# Post Maker
|
|
|
|
<p align="center">
|
|
<img alt="actix-web-grants" src="./assets/icon_with_text.svg" width="170">
|
|
</p>
|
|
|
|
> Post Maker helps you to make post for instagram and other social media apps easily.
|
|
|
|
## Compiling
|
|
|
|
### Build Dependencies
|
|
|
|
* Rust Compiler
|
|
* Cargo
|
|
|
|
### Installing rust
|
|
|
|
You can follow rust's official guide to install rust compiler and cargo [here](https://www.rust-lang.org/tools/install).
|
|
|
|
### Compiling
|
|
|
|
* Clone the post_maker repository `git clone https://github.com/PiyushXCoder/post_maker.git`
|
|
* Open terminal inside the post_maker directory
|
|
* Run `cargo build --release`
|
|
* Copy `/post_maker/target/release/post_maker` to where ever you keep your binaries
|
|
|
|
**Note:** If you are on linux, it is always a good idea to keep your binaries in `~/.local/bin` and add `~/.local/bin` to your [$PATH](https://www.redhat.com/sysadmin/linux-environment-variableshttps:/).
|
|
|
|
## General Overview of Controls
|
|
|
|

|
|
|
|
## License
|
|
|
|
This project is under [GPLv3](LICENSE)
|