This commit is contained in:
Piyush मिश्रः 2022-01-29 12:43:07 +05:30
parent 74caf74501
commit 18f555e3e8
1 changed files with 3 additions and 3 deletions

View File

@ -10,14 +10,14 @@
### Windows ### 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 download a stable version from release
* You can build it yourself from git or released source * You can build it yourself from git or released source
### Linux ### Linux
We recommend you to build it yourself. We recommend you to build it yourself.
## Building ## Building
@ -26,7 +26,7 @@ We recommend you to build it yourself.
* Rust Compiler * Rust Compiler
* Cargo * 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). You can follow rust's official guide to install rust compiler and cargo [here](https://www.rust-lang.org/tools/install).