Add some instructions

This commit is contained in:
Adaoh
2022-04-18 15:10:00 -04:00
committed by GitHub
parent f0b8272355
commit adce8c78ee

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
``` ```