Fixed typos in readme...

pull/41/head
xSmurf 7 years ago
parent 383ce5df9b
commit 93f561849b

@ -20,21 +20,21 @@ _Application firewalls_ cannot prevent all malicious code from connecting to the
Sophisticated malicious code can subvert the _allowed_ connections to bypass the firewall. Sophisticated malicious code can subvert the _allowed_ connections to bypass the firewall.
However, the firewall may alert the user of connection attempts by less sophisticated malicious code. However, the firewall may alert the user of connection attempts by less sophisticated malicious code.
View more documentation in the [Subgraph OS Handbook](https://subgraph.com/sgos-handbook/sgos_handbook.shtml#monitoring-outgoing-connections-with-subgraph-firewall). Read more in the [Subgraph OS Handbook](https://subgraph.com/sgos-handbook/sgos_handbook.shtml#monitoring-outgoing-connections-with-subgraph-firewall).
## Building ## Building
``` ```
# To build the Debian package: # To build the Debian package:
git clone -b debian https://github.com/subgraph/fw-daemon.git git clone -b debian https://github.com/subgraph/fw-daemon.git
cd fw-daemon cd fw-daemon
# To build from stable ## To build from stable
gbp buildpackage -us -uc gbp buildpackage -us -uc
# To buiild the latest tag ## To build from head
gbp buildpackage -us -uc --git-upstream-tree=master gbp buildpackage -us -uc --git-upstream-tree=master
# Install the package ## Install the package
dpkg -i /tmp/build-area/fw-daemon{,-gnome}-*.deb dpkg -i /tmp/build-area/fw-daemon{,-gnome}-*.deb
# Refresh your gnome-shell session 'alt-r' type 'r' hit enter. ## Refresh your gnome-shell session 'alt-r' type 'r' hit enter.
``` ```

Loading…
Cancel
Save