From 18f555e3e83e52f0711cd97acb5f6083fffb8f87 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Sat, 29 Jan 2022 12:43:07 +0530 Subject: [PATCH] Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a9b4ef..5defe79 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ ### Windows -There are two ways to get Post Maker for windows. +There are two ways to get Post Maker for windows. * You can download a stable version from release * You can build it yourself from git or released source ### Linux -We recommend you to build it yourself. +We recommend you to build it yourself. ## Building @@ -26,7 +26,7 @@ We recommend you to build it yourself. * Rust Compiler * Cargo -### Installing rust +### Installing Rust You can follow rust's official guide to install rust compiler and cargo [here](https://www.rust-lang.org/tools/install).