mirror of
https://github.com/rabbibotton/clog.git
synced 2026-04-04 21:01:20 -07:00
Add builder to readme
This commit is contained in:
parent
17ac870b3d
commit
775254ccfb
1 changed files with 9 additions and 0 deletions
|
|
@ -105,6 +105,13 @@ CL-USER> (ql:quickload :clog/tools)
|
|||
CL-USER> (clog-tools:clog-db-admin)
|
||||
```
|
||||
|
||||
The clog-builder GUI Builder tool can be run with:
|
||||
|
||||
```
|
||||
CL-USER> (ql:quickload :clog/tools)
|
||||
CL-USER> (clog-tools:clog-builder)
|
||||
```
|
||||
|
||||
You can also open a "clog-repl" window in your browser to play
|
||||
from the common-lisp repl:
|
||||
|
||||
|
|
@ -132,6 +139,7 @@ to be a CLOGer.
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
|
@ -231,6 +239,7 @@ Demo Summary
|
|||
Tool Summary
|
||||
|
||||
- clog-db-admin - SQLite3 admin tool
|
||||
- clog-builder - GUI Builder
|
||||
|
||||
Template Summary
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue