This commit is contained in:
Piyush मिश्रः 2022-01-24 15:11:20 +05:30
parent b316b1dd29
commit 7f30c3f48e
3 changed files with 33 additions and 1 deletions

View File

@ -2,7 +2,12 @@
name = "post_maker"
version = "0.1.0"
edition = "2021"
description = "Post Maker helps you to make post for instagram and other social madia apps easily"
authors = ["Piyush Raj <piyush.raj.kit@gmail.com>"]
license = "GPL-3.0-only"
readme = "README.md"
repository = "https://github.com/PiyushXCoder/post_maker"
keywords = ["posts", "instagram", "facebook", "twitter"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

27
README.md Normal file
View File

@ -0,0 +1,27 @@
# Post Maker
<p align="center">
<img alt="actix-web-grants" src="./icon.svg" width="150">
</p>
> 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](https://www.rust-lang.org/tools/install).
### Compiling
* Clone the Post Maker
* Open terminal inside the post_maker directory
* Run `cargo build --release`
* Copy `/post_maker/target/release/post_maker` to 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](https://www.redhat.com/sysadmin/linux-environment-variableshttps:/).

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 887 KiB