X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/8cb6370effd9f2dacc6dc9b662a43ea19ee637ac..2310330e7d4d724bf6641339836be8523f95c916:/README diff --git a/README b/README index 454ed59..c20e5ba 100644 --- a/README +++ b/README @@ -16,7 +16,8 @@ To build: run "./configure;make" To install: - run "make install" as root + run "make install" as root, or just take the gob binary and place + it anywhere you want. To use: run gob with the .gob file on the command line @@ -27,8 +28,10 @@ What's generated: How to write .gob files? 1) read "man gob" for some documenation on how to use GOB - 2) if you can't find what you need, read src/test.gob and - src/lexer.l and src/parse.y (in other words: RTFS) + 2) if you can't find what you need, read src/test.gob for an + example of GOB code + 3) If you still can't find what you need, read src/lexer.l + and src/parse.y (in other words: RTFS) How to include gob inside your project: