From 2b09a272508c3202740f3a294da6c8759d86d7b2 Mon Sep 17 00:00:00 2001 From: dharisd Date: Wed, 28 Apr 2021 03:33:41 -0700 Subject: [PATCH 1/4] fix formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5820b7..2c58213 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ BML CLI written in Bash. This project is currently under development and a lot o ![photo_2021-04-28_14-59-35](https://user-images.githubusercontent.com/18140039/116385581-5c948300-a832-11eb-899b-9133501a4ae7.jpg) -# Requirements +## Requirements `curl` `jq` ### Ubuntu @@ -20,7 +20,7 @@ BML CLI written in Bash. This project is currently under development and a lot o - Do **NOT** save passwords that contain one of the following characters ` | ^ $ & ; : ( )` -# Installation +## Installation ### Recommended ``` From cfcd7f1bf6c3eb831bc908b3edd4ff0525bf7c8b Mon Sep 17 00:00:00 2001 From: dharisd Date: Wed, 28 Apr 2021 03:34:21 -0700 Subject: [PATCH 2/4] fix format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c58213..6a0a4c3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ BML CLI written in Bash. This project is currently under development and a lot o ### Arch `sudo pacman -S curl jq` -# Bugs +## Bugs - Colored texts do not work in Termux - Do **NOT** save passwords that contain one of the following characters ` | ^ $ & ; : ( )` From d7f4b0efbc64b9008daad364aa69cf89e66a2da2 Mon Sep 17 00:00:00 2001 From: dharisd Date: Wed, 28 Apr 2021 03:38:47 -0700 Subject: [PATCH 3/4] my ocd is more happy when its like this --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a0a4c3..56b025b 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ BML CLI written in Bash. This project is currently under development and a lot o ## Requirements `curl` `jq` -### Ubuntu +**Ubuntu** `sudo apt install curl jq` -### Fedora +**Fedora** `sudo dnf install curl jq` -### Arch +**Arch** `sudo pacman -S curl jq` ## Bugs @@ -22,7 +22,7 @@ BML CLI written in Bash. This project is currently under development and a lot o ## Installation -### Recommended +**Recommended** ``` git clone https://github.com/shihaamabr/bml-cli @@ -32,7 +32,8 @@ chmod +x bml.sh ./bml.sh ``` -### Not Recommended +**Not Recommended** + ``` chmod +x install.sh ./install.sh From c506d2a5e49779dd5c55f56b885c5c2e1a3d4d67 Mon Sep 17 00:00:00 2001 From: dharisd Date: Wed, 28 Apr 2021 03:49:57 -0700 Subject: [PATCH 4/4] better formatting --- README.md | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 56b025b..38ac03c 100644 --- a/README.md +++ b/README.md @@ -2,39 +2,39 @@ BML CLI written in Bash. This project is currently under development and a lot of things are broken. ![photo_2021-04-28_14-59-35](https://user-images.githubusercontent.com/18140039/116385581-5c948300-a832-11eb-899b-9133501a4ae7.jpg) - + ## Requirements -`curl` `jq` + `curl` `jq` -**Ubuntu** -`sudo apt install curl jq` +#### Ubuntu + `sudo apt install curl jq` -**Fedora** -`sudo dnf install curl jq` +#### Fedora + `sudo dnf install curl jq` -**Arch** -`sudo pacman -S curl jq` +#### Arch + `sudo pacman -S curl jq` ## Bugs -- Colored texts do not work in Termux -- Do **NOT** save passwords that contain one of the following characters -` | ^ $ & ; : ( )` + - Colored texts do not work in Termux + - Do **NOT** save passwords that contain one of the following characters + ` | ^ $ & ; : ( )` ## Installation **Recommended** -``` -git clone https://github.com/shihaamabr/bml-cli - -cd bml-cli - -chmod +x bml.sh -./bml.sh -``` + ``` + git clone https://github.com/shihaamabr/bml-cli + + cd bml-cli + + chmod +x bml.sh + ./bml.sh + ``` **Not Recommended** - -``` -chmod +x install.sh -./install.sh -``` + + ``` + chmod +x install.sh + ./install.sh + ```