Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tutorial.scrbl to accommodate changes to Racket-templates #193

Merged
merged 3 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions qi-doc/scribblings/tutorial.scrbl
Original file line number Diff line number Diff line change
@@ -23,14 +23,14 @@ They contain similar material, but the interactive version includes additional s

@section{Interactive Tutorial}

This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib "from-template/scribblings/from-template.scrbl")]{Racket Templates} package, and contains the same material as the documentation-based tutorial, but also includes additional material such as exercises, all presented in an interactive format.
This tutorial is distributed using the @seclink["top" #:indirect? #t #:doc '(lib "new/scribblings/new.scrbl")]{Racket Templates} package, and contains the same material as the documentation-based tutorial, but also includes additional material such as exercises, all presented in an interactive format.

@subsection[#:tag "tutorial-installation"]{Installation}

If you don't already have @seclink["top" #:indirect? #t #:doc '(lib "from-template/scribblings/from-template.scrbl")]{Racket Templates} installed, you'll need to run this first:
If you don't already have @seclink["top" #:indirect? #t #:doc '(lib "new/scribblings/new.scrbl")]{Racket Templates} installed, you'll need to run this first:

@codeblock{
raco pkg install from-template
raco pkg install new
}

And then, downloading the tutorial is as simple as: