Skip to content

Commit 46b954a

Browse files
Update bootstrap argument examples to use spaces (#193)
1 parent 804b764 commit 46b954a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,23 @@ If the new track is authorized, then create a [new-issue][] in this repository,
7171
- If the requestor is volunteering, that's fine.
7272
- If the requestor is volunteering someone else for the job, confirm with that person.
7373

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`)
7575
1. Let the requestor(s)/maintainer(s) know that the repo is ready for them, and point them to the launch checklist issue.
7676

7777
#### Bootstrap Test Runner (optional)
7878

7979
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`)
8181

8282
#### Bootstrap Representer (optional)
8383

8484
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`)
8686

8787
#### Bootstrap Analyzer (optional)
8888

8989
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`)
9191

9292
[generic-track]: https://github.com/exercism/generic-track
9393
[github-cli]: https://cli.github.com/

0 commit comments

Comments
 (0)