mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
First App README fix
This commit is contained in:
parent
faf81466c2
commit
152d765c6e
1 changed files with 7 additions and 7 deletions
10
README.md
vendored
10
README.md
vendored
|
|
@ -172,9 +172,9 @@ Work your way through the tutorials. You will see how quick and easy it is
|
||||||
to be a CLOGer.
|
to be a CLOGer.
|
||||||
|
|
||||||
F i r s t C L O G A p p
|
F i r s t C L O G A p p
|
||||||
=========================
|
===========================
|
||||||
|
|
||||||
1. Smallest CLOG App - in a REPL
|
** 1 Smallest CLOG App - in a REPL
|
||||||
|
|
||||||
```lisp
|
```lisp
|
||||||
(ql:quickload :clog)
|
(ql:quickload :clog)
|
||||||
|
|
@ -185,7 +185,7 @@ F i r s t C L O G A p p
|
||||||
Open browser to http://127.0.0.1:8080/
|
Open browser to http://127.0.0.1:8080/
|
||||||
Or launch with (open-browser)
|
Or launch with (open-browser)
|
||||||
|
|
||||||
2. Minimal CLOG App - Quick Lisp
|
** 2 Minimal CLOG App - Quick Lisp
|
||||||
|
|
||||||
(in common-lisp or another asdf reachable location)
|
(in common-lisp or another asdf reachable location)
|
||||||
|
|
||||||
|
|
@ -225,7 +225,7 @@ Create the agui.lisp file
|
||||||
(open-browser))
|
(open-browser))
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Minimal CLOG App - OCICL - Best Method
|
** 3 Minimal CLOG App - OCICL - Best Method
|
||||||
|
|
||||||
To install ocicl -
|
To install ocicl -
|
||||||
|
|
||||||
|
|
@ -248,7 +248,7 @@ Run bash run-ocicl or run-ocicl.bat on Windows
|
||||||
Edit helloworld.lisp with bash edit-ocicl or edit-ocicl.bat
|
Edit helloworld.lisp with bash edit-ocicl or edit-ocicl.bat
|
||||||
|
|
||||||
M o r e I n f o
|
M o r e I n f o
|
||||||
================
|
=================
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue