File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ However, a request for:
146
146
147
147
JSON::Fast:auth<github:JRANDOM>
148
148
149
- would not find anything, because it has the wrong content storage specification.
149
+ would not find anything, because it has the wrong content storage specification
150
+ ("github" instead of "cpan").
150
151
151
152
Please note that a recommendation manager does not need to be bound to a single
152
153
content storage. In fact, a recommendation manager would be best if being able
@@ -440,4 +441,12 @@ possibly in parallel. Any files in this directory will never be installed.
440
441
All files in this directory should contain executable Perl 6 code, to be
441
442
executed at various stages of the install process of this distribution.
442
443
444
+ =head2 Installation
445
+
446
+ Distributions can be installed with an installer. This may be a command-line
447
+ script, or be some kind of GUI. The installer needs the user to (implicitly)
448
+ select the C<CompUnitRepo> in which the distribution should be installed, and
449
+ the recommendation manager that should be used to convert requests for a
450
+ compilation unit into an identity of a distribution to be downloaded.
451
+
443
452
=for vim:set expandtab sw=4:
You can’t perform that action at this time.
0 commit comments