Fix too generic commands

This commit is contained in:
losuler
2021-11-26 20:10:58 +11:00
parent a44f915d8d
commit e37cff9e6f

View File

@ -23,17 +23,18 @@ This is currently based on Packet Tracer 8.0.1 and is intended to track the late
git clone https://github.com/losuler/com.cisco.PacketTracer git clone https://github.com/losuler/com.cisco.PacketTracer
``` ```
2. Install build depenendcies. 2. Install build dependencies (using your preferred package manager).
``` ```bash
flatpak-builder dnf install flatpak-builder
``` ```
3. Install Flatpak runtime dependencies. 3. Install Flatpak runtime dependencies.
``` ```bash
org.freedesktop.Platform/x86_64/20.08 flatpak install \
org.freedesktop.Sdk/x86_64/20.08 org.freedesktop.Platform/x86_64/20.08 \
org.freedesktop.Sdk/x86_64/20.08
``` ```
4. Download the official Deb package. 4. Download the official Deb package.
@ -43,7 +44,7 @@ This is currently based on Packet Tracer 8.0.1 and is intended to track the late
5. Build and install the Flatpak. 5. Build and install the Flatpak.
```bash ```bash
make install flatpak-builder --install build com.cisco.PacketTracer.yml
``` ```
## Notes ## Notes