From bcf66c2ad3c3882fae2cbe804a287400477d4d54 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Mon, 24 Jan 2022 16:05:57 +0530 Subject: [PATCH] Docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb5aeac..eaef650 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ actix-web-grants

-> 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 @@ -15,16 +15,16 @@ ### 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 -* 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 * 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