@@ -71,23 +71,23 @@ If the new track is authorized, then create a [new-issue][] in this repository,
71
71
- If the requestor is volunteering, that's fine.
72
72
- If the requestor is volunteering someone else for the job, confirm with that person.
73
73
74
- 1 . Run ` LANGUAGE=<language> SLUG=<slug> USERNAMES=<comma,separated,list> bin/bootstrap ` (e.g. ` LANGUAGE=Rust SLUG=rust USERNAMES=foo,bar bin/bootstrap ` )
74
+ 1 . Run ` LANGUAGE=<language> SLUG=<slug> USERNAMES=<comma,separated,list> bin/bootstrap ` (e.g. ` LANGUAGE="Common Lisp" SLUG="common-lisp" USERNAMES=" foo,bar" bin/bootstrap ` )
75
75
1 . Let the requestor(s)/maintainer(s) know that the repo is ready for them, and point them to the launch checklist issue.
76
76
77
77
#### Bootstrap Test Runner (optional)
78
78
79
79
1 . Open a prompt in the root of the cloned [ ` generic-test-runner ` ] [ generic-test-runner ] repo
80
- 1 . Run ` LANGUAGE=<language> SLUG=<slug> bin/bootstrap.sh ` (e.g. ` LANGUAGE=Rust SLUG=rust bin/bootstrap.sh ` )
80
+ 1 . Run ` LANGUAGE=<language> SLUG=<slug> bin/bootstrap.sh ` (e.g. ` LANGUAGE="Common Lisp" SLUG="common-lisp" bin/bootstrap.sh ` )
81
81
82
82
#### Bootstrap Representer (optional)
83
83
84
84
1 . Open a prompt in the root of the cloned [ ` generic-representer ` ] [ generic-representer ] repo
85
- 1 . Run ` LANGUAGE=<language> SLUG=<slug> bin/bootstrap.sh ` (e.g. ` LANGUAGE=Rust SLUG=rust bin/bootstrap.sh ` )
85
+ 1 . Run ` LANGUAGE=<language> SLUG=<slug> bin/bootstrap.sh ` (e.g. ` LANGUAGE="Common Lisp" SLUG="common-lisp" bin/bootstrap.sh ` )
86
86
87
87
#### Bootstrap Analyzer (optional)
88
88
89
89
1 . Open a prompt in the root of the cloned [ ` generic-analyzer ` ] [ generic-analyzer ] repo
90
- 1 . Run ` LANGUAGE=<language> SLUG=<slug> bin/bootstrap.sh ` (e.g. ` LANGUAGE=Rust SLUG=rust bin/bootstrap.sh ` )
90
+ 1 . Run ` LANGUAGE=<language> SLUG=<slug> bin/bootstrap.sh ` (e.g. ` LANGUAGE="Common Lisp" SLUG="common-lisp" bin/bootstrap.sh ` )
91
91
92
92
[ generic-track ] : https://github.com/exercism/generic-track
93
93
[ github-cli ] : https://cli.github.com/
0 commit comments