Docs
This commit is contained in:
parent
b316b1dd29
commit
7f30c3f48e
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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:/).
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 887 KiB |
Loading…
Reference in New Issue