Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Add installation command for arch linux (#4043)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkins authored and gautamkrishnar committed Mar 25, 2017
1 parent bc584ea commit a7ec014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/goodie/cheat_sheets/json/wireshark.json
Expand Up @@ -31,6 +31,10 @@
{
"key": "Ubuntu Installation",
"val": "apt-get install wireshark"
},
{
"key": "Arch Linux Installation",
"val": "pacman -Syu wireshark-qt"
}
],
"Main Window Navigation": [
Expand Down

0 comments on commit a7ec014

Please sign in to comment.