From adce8c78ee7d1e3c0ab11af9d364ecaf2eeca0b9 Mon Sep 17 00:00:00 2001 From: Adaoh <43153657+Adaoh2@users.noreply.github.com> Date: Mon, 18 Apr 2022 15:10:00 -0400 Subject: [PATCH] Add some instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac0b5b..481948e 100644 --- a/README.md +++ b/README.md @@ -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 ``` -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 5. Build and install the Flatpak. ```bash + cd com.cisco.PacketTracer flatpak-builder --install build com.cisco.PacketTracer.yml ```