Skip to content

Commit 5bf5ace

Browse files
[DOCUMENTATION] added quickstart guide images.
Changes in file docs/toc.md: - 🎉 images!
1 parent c54c4cc commit 5bf5ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/toc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
* Ensure Python 3 is installed on your system.
1010

11+
![Python version](https://gist.github.com/reactive-firewall/33d74d2233ecb4ffe5a3891134fa0328/raw/cb3eff82d38d9213b4f0a678285e62ec87ff2dea/quickstart_step_1_tty.gif)
12+
1113
### Step 2: Clone the Repository
1214

1315
* Open your terminal and run:
@@ -17,6 +19,8 @@
1719
cd multicast
1820
```
1921

22+
![Git clone](https://gist.github.com/reactive-firewall/33d74d2233ecb4ffe5a3891134fa0328/raw/cb3eff82d38d9213b4f0a678285e62ec87ff2dea/quickstart_step_2_tty.gif)
23+
2024
### Step 3: Install the Package
2125

2226
* Run:
@@ -25,6 +29,8 @@
2529
make install
2630
```
2731

32+
![Make install](https://gist.github.com/reactive-firewall/33d74d2233ecb4ffe5a3891134fa0328/raw/cb3eff82d38d9213b4f0a678285e62ec87ff2dea/quickstart_step_3_tty.gif)
33+
2834
### Step 4: Sending Messages
2935

3036
* Send a message using:

0 commit comments

Comments
 (0)