From 0b53d5388fee855bcb3f436e184f63efccee38fa Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 12 Nov 2017 00:53:45 +0100 Subject: [PATCH] Fixed typo in comments --- test/example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/example.c b/test/example.c index 3b01c42..8dc318a 100644 --- a/test/example.c +++ b/test/example.c @@ -5,7 +5,7 @@ // gcc example.c `pkg-config --cflags --libs gtk+-2.0 appindicator-0.1` -I/usr/include/libappindicator-0.1/ -o example && ./example -// apt libgtk-3-dev install libappindicator3-dev +// apt-get install libgtk-3-dev libappindicator3-dev // NOTE: there will be warnings, but the file will build and run. NOTE: this will not run as root on ubuntu (no dbus connection back to the normal user) // gcc example.c `pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1` -I/usr/include/libappindicator3-0.1/ -o example && ./example