From 7fd34fc8ce75e7aa973d09c4ae9d8ea7eb7f3108 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Mon, 9 May 2022 19:22:20 +0300 Subject: [PATCH] Fix-up standalone binary docs. (#1396) --- docs/README.md | 6 +++--- docs/installation/methods.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/README.md b/docs/README.md index c06d987c..1fc8f444 100644 --- a/docs/README.md +++ b/docs/README.md @@ -215,14 +215,14 @@ $ pacman -Syu httpie $ pacman -Syu ``` -#### Single Binary Executables +#### Single binary executables -Have a standalone HTTPie executable, when you don't want to go through the full installatin process. +Have a standalone HTTPie executable when you don't want to go through the full installation process ```bash # Install httpie $ https --download packages.httpie.io/binaries/linux/http-latest -o http -$ chmod +X ./http +$ chmod +x ./http ``` ```bash diff --git a/docs/installation/methods.yml b/docs/installation/methods.yml index 990af16a..ae7f6974 100644 --- a/docs/installation/methods.yml +++ b/docs/installation/methods.yml @@ -184,13 +184,13 @@ tools: - yum upgrade httpie single-binary: - title: Single Binary Executables - name: Single Binary Executables - note: Have a standalone HTTPie executable, when you don't want to go through the full installatin process. + title: Single binary executables + name: Single binary executables + note: Have a standalone HTTPie executable when you don't want to go through the full installation process. links: commands: install: - https --download packages.httpie.io/binaries/linux/http-latest -o http - - chmod +X ./http + - chmod +x ./http upgrade: - https --download packages.httpie.io/binaries/linux/http-latest -o http