Commit Diff


commit - 11cbec53c60d0c9b32431eee4a0932072871acd0
commit + 19b0b4c0979a77f2b4f58e317fd9c7019b26a625
blob - /dev/null
blob + 1590f61da45682fb25f20e6686c638ea67924f4b (mode 644)
--- /dev/null
+++ CHANGES
@@ -0,0 +1,8 @@
+0.2
+
+- Bugfixes and cleanup;
+- Licence change from ISC to BSD0;
+
+0.1
+
+First release
blob - a237d1922fff2d018a4c4c858fcda03a90929228
blob + b3b424fd6a8dfb8c8e8f29c5d51c914ea9ecea8f
--- README
+++ README
@@ -1,9 +1,9 @@
 gpass is a utility to generate secure passphrases. To install simply edit
-config.mk as necessary and run make, followed by make install:
+config.mk as necessary and run `make', followed by `make install':
 
-    $ $EDITOR config.mk
-    $ make
-    # make install
+	$ $EDITOR config.mk
+	$ make
+	# make install
 
 
 DEPENDENCIES