diff README.md @ 714:6b4ba668a43c

vanilla: update documentation
author David Demelier <markand@malikania.fr>
date Fri, 02 Aug 2019 21:20:00 +0200
parents 3cffdd760a86
children a133976e0783
line wrap: on
line diff
--- a/README.md	Fri Aug 02 21:15:00 2019 +0200
+++ b/README.md	Fri Aug 02 21:20:00 2019 +0200
@@ -7,15 +7,11 @@
 Usage
 =====
 
-To build a script, go to the desired directory and use `vpk download` and `vpk
-build`.
-
-The `vpk` tool does not handle dependencies so you will need to install them
-manually first.
+To build a script, go to the desired directory and use `vpk build`.
 
 Example with zlib:
 
-	$ cd lib/zlib
+	$ cd compression/zlib
 	$ vpk download
 	$ vpk build
 
@@ -26,7 +22,7 @@
 Options
 =======
 
-Check the variable `PKGOPTIONS` in the build script file, if there is one it
+Check the variable *PKGOPTIONS* in the build script file, if there is one it
 means the package is configurable with options.
 
 Specify environment variables before calling `vpk build`.
@@ -63,5 +59,6 @@
 - *tcl*: tcl packages and interpreters
 - *video*: video manipulation
 - *wm*: window managers
+- *www*: web libraries and tools
 - *xfce*: the XFCE desktop
 - *x11*: the X distribution