Changeset 1592 for branches/f4grobner
- Timestamp:
- 2015-06-14T10:36:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/README
r550 r1592 116 116 site. 117 117 118 == VIEWING DOCUMENTATION == 119 120 Various components of the system have significant documentation attached. 121 This can be browsed with tools such as DOCBROWSER or MANIFEST. 122 A quick tutorial on these tools: if you have Quicklisp, you can 123 use this one-liner to start MANIFEST: 124 125 * (ql:quickload :manifest) (manifest:START) 126 127 or this one-liner to start DOCBROWSER 128 129 * (ql:quickload :docbrowser) (docbrowser:start-docserver 8084) 130 131 Both start a web server. The port of MANIFEST is printed, 132 while the port of DOCBROWSER can be specified. 133 134 118 135 Enjoy. 119 136 --Marek Rychlik
Note:
See TracChangeset
for help on using the changeset viewer.