We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e793eb commit 51e5cb5Copy full SHA for 51e5cb5
src/bootstrap/bootstrap.py
@@ -445,7 +445,7 @@ def main():
445
print(' and so in order to preserve your $HOME this will now')
446
print(' use vendored sources by default. Note that if this')
447
print(' does not work you should run a normal build first')
448
- print(' before running a command like `sudo make intall`')
+ print(' before running a command like `sudo make install`')
449
450
if rb.use_vendored_sources:
451
if not os.path.exists('.cargo'):
0 commit comments