diff options
| author | 2012-12-30 02:04:27 +0100 | |
|---|---|---|
| committer | 2012-12-30 02:04:27 +0100 | |
| commit | 8d9615f72aa090cf45f156400d7c02d33837c1af (patch) | |
| tree | a02f6dbc665a9d6b86c619016eba119b4627841d | |
| parent | 455f40c794659248dc9cb94d0a4a2b3a873e4753 (diff) | |
| download | markam-8d9615f72aa090cf45f156400d7c02d33837c1af.tar.gz markam-8d9615f72aa090cf45f156400d7c02d33837c1af.zip | |
Add comment about running as script
Also say that it is not the recommended way.
| -rw-r--r-- | doc/markam.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/markam.texi b/doc/markam.texi index 3093f8d..7687705 100644 --- a/doc/markam.texi +++ b/doc/markam.texi @@ -57,6 +57,10 @@ The document was typeset with @node Usage, Copying This Manual, Top, Top @chapter How to use +Markam can be run either as a script, or compiled to a binary. +Compiling to binaries is recommended, but running is a script might be +easier when debugginng/developing. + For the moment markam is a simple program, it has 2 functions. In order to view a list of all your bookmarks you can use: |
