From cc68c29bc0f63a86c5c7605b6f7bbee35971bebc Mon Sep 17 00:00:00 2001 From: Jxck-S Date: Sat, 15 Aug 2020 12:50:54 -0400 Subject: [PATCH] Fix code fences in README --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4078ad..30ae5b5 100644 --- a/README.md +++ b/README.md @@ -47,16 +47,22 @@ pip install pushbullet.py ### Install Screen to run in background - apt install screen +``` +apt install screen +``` ### Make sure Python is installed - apt install python3 +``` +apt install python3 +``` ### Download / Clone - git clone https://github.com/Jxck-S/plane-notify.git - cd plane-notify +``` +git clone https://github.com/Jxck-S/plane-notify.git +cd plane-notify +``` ### Configure config file with keys and urls @@ -64,11 +70,15 @@ pip install pushbullet.py ### Enter and create new Screen Session - screen -R +``` +screen -R +``` ### Start Program - python3 NotifyBot.py +``` +python3 NotifyBot.py +``` ### TODO