make docs multi-page
parent
30ee7910ca
commit
e1a2fb7a3a
@ -0,0 +1,10 @@
|
||||
#lang scribble/manual
|
||||
|
||||
|
||||
@title{Installation & updates}
|
||||
|
||||
At the command line:
|
||||
@verbatim{raco pkg install sugar}
|
||||
|
||||
After that, you can update the package from the command line:
|
||||
@verbatim{raco pkg update sugar}
|
@ -0,0 +1,10 @@
|
||||
#lang scribble/manual
|
||||
|
||||
|
||||
@title{Installation & updates}
|
||||
|
||||
At the command line:
|
||||
@verbatim{raco pkg install sugar}
|
||||
|
||||
After that, you can update the package from the command line:
|
||||
@verbatim{raco pkg update sugar}
|
@ -0,0 +1,8 @@
|
||||
#lang scribble/manual
|
||||
|
||||
@title{License & source code}
|
||||
|
||||
This module is licensed under the LGPL.
|
||||
|
||||
Source repository at @link["http://github.com/mbutterick/sugar"]{http://github.com/mbutterick/sugar}. Suggestions & corrections welcome.
|
||||
|
Loading…
Reference in New Issue