summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorSimeon Simeonov2020-04-10 23:49:17 +0200
committerSimeon Simeonov2020-04-10 23:49:17 +0200
commit54acd3738d5f1101c90a531b85b21659f9f5867d (patch)
treeb131fb12f35a17998cc63e0b22e814670719518d /INSTALL.md
parent1a5e60fc1069d39db1b0935f4ac8e4cace83fb76 (diff)
Update Changelog and INSTALL.md for version 4.0v4.0
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 15bcb35..63469c5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,8 +22,10 @@ and their software requirements!
22 22
23### FreeBSD 12 23### FreeBSD 12
24 24
25# cd /usr/ports/devel/py-notify 25 ```bash
26# make install clean 26 cd /usr/ports/devel/py-notify
27 make install clean
28 ```
27 29
28 30
29### Intallation using virtualenv and pip 31### Intallation using virtualenv and pip