Docs
This commit is contained in:
parent
f583a9db53
commit
bcf66c2ad3
10
README.md
10
README.md
|
|
@ -4,7 +4,7 @@
|
||||||
<img alt="actix-web-grants" src="./assets/icon_with_text.svg" width="170">
|
<img alt="actix-web-grants" src="./assets/icon_with_text.svg" width="170">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
> Post Maker helps you to make post for instagram and other social madia apps easily
|
> Post Maker helps you to make post for instagram and other social media apps easily.
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
|
|
@ -15,16 +15,16 @@
|
||||||
|
|
||||||
### Installing rust
|
### Installing rust
|
||||||
|
|
||||||
You can follow rust official guide to install rust compiler and cargo [Here](https://www.rust-lang.org/tools/install).
|
You can follow rust's official guide to install rust compiler and cargo [here](https://www.rust-lang.org/tools/install).
|
||||||
|
|
||||||
### Compiling
|
### Compiling
|
||||||
|
|
||||||
* Clone the Post Maker
|
* Clone the post_maker repository `git clone https://github.com/PiyushXCoder/post_maker.git`
|
||||||
* Open terminal inside the post_maker directory
|
* Open terminal inside the post_maker directory
|
||||||
* Run `cargo build --release`
|
* Run `cargo build --release`
|
||||||
* Copy `/post_maker/target/release/post_maker` to where ever you keep you binaries
|
* Copy `/post_maker/target/release/post_maker` to where ever you keep your 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:/)
|
**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
|
## General Overview of Controls
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue