Merge pull request #6 from Adaoh2/patch-3

Add more detail to the build steps.
This commit is contained in:
Bryce Torcello
2022-04-25 15:06:21 +00:00
committed by GitHub

View File

@ -37,13 +37,14 @@ This is currently based on Packet Tracer 8.1.1 and is intended to track the late
org.freedesktop.Sdk/x86_64/20.08 org.freedesktop.Sdk/x86_64/20.08
``` ```
4. Download the official Deb package. 4. Download the official Deb package and copy it to the cloned repository (Do not rename it).
https://www.netacad.com/portal/resources/packet-tracer https://www.netacad.com/portal/resources/packet-tracer
5. Build and install the Flatpak. 5. Build and install the Flatpak.
```bash ```bash
cd com.cisco.PacketTracer
flatpak-builder --install build com.cisco.PacketTracer.yml flatpak-builder --install build com.cisco.PacketTracer.yml
``` ```