Fix Extra line & Code fence lang.
This commit is contained in:
parent
770d6e9bbf
commit
b8fd722f7c
11
README.md
11
README.md
|
@ -22,7 +22,6 @@ Made it so I could track Elon Musk's Jet and share with others of his whereabout
|
||||||
|
|
||||||
- If the landing event and takeoff events are true creates the output to Twitter and Pushbullet, uses the location name, map image and takeoff time if landing. (Tweepy and Pushbullet )
|
- If the landing event and takeoff events are true creates the output to Twitter and Pushbullet, uses the location name, map image and takeoff time if landing. (Tweepy and Pushbullet )
|
||||||
|
|
||||||
|
|
||||||
## Required PIP packages
|
## Required PIP packages
|
||||||
|
|
||||||
- OpenSky API <https://github.com/openskynetwork/opensky-api>
|
- OpenSky API <https://github.com/openskynetwork/opensky-api>
|
||||||
|
@ -53,19 +52,19 @@ pip install pushbullet.py
|
||||||
|
|
||||||
### Install Screen to run in background
|
### Install Screen to run in background
|
||||||
|
|
||||||
```
|
```bash
|
||||||
apt install screen
|
apt install screen
|
||||||
```
|
```
|
||||||
|
|
||||||
### Make sure Python is installed
|
### Make sure Python is installed
|
||||||
|
|
||||||
```
|
```bash
|
||||||
apt install python3
|
apt install python3
|
||||||
```
|
```
|
||||||
|
|
||||||
### Download / Clone
|
### Download / Clone
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone https://github.com/Jxck-S/plane-notify.git
|
git clone https://github.com/Jxck-S/plane-notify.git
|
||||||
cd plane-notify
|
cd plane-notify
|
||||||
```
|
```
|
||||||
|
@ -76,13 +75,13 @@ cd plane-notify
|
||||||
|
|
||||||
### Enter and create new Screen Session
|
### Enter and create new Screen Session
|
||||||
|
|
||||||
```
|
```bash
|
||||||
screen -R <name screen whatever you want>
|
screen -R <name screen whatever you want>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Start Program
|
### Start Program
|
||||||
|
|
||||||
```
|
```bash
|
||||||
python3 NotifyBot.py
|
python3 NotifyBot.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue