Commit graph

6 commits

Author SHA1 Message Date
Markus Klink 74bb83a467
Fix typo and clarify help text (#540) 2023-01-04 20:08:25 +09:00
Masataro Asai 7b613b89d1 Merge pull request #220 from svetlyak40wt/better-install-documentation
Better documentation for ros install.
2017-02-22 17:47:39 +09:00
SANO Masatoshi ba9490bdae ros: -> roswell: 2017-02-22 17:24:00 +09:00
Alexander Artemenko 5c82e66b80 Better documentation for ros install.
Now it prints help like that:

Usage:

To install a new Lisp implementaion:
   ros install impl [options]
or a system from the GitHub:
   ros install fukamachi/prove/v2.0.0 [repository... ]
or an asdf system from quicklisp:
   ros install quicklisp-system [system... ]
or a local script:
   ros install ./some/path/to/script.ros [path... ]
or a local system:
   ros install ./some/path/to/system.asd [path... ]
...
2017-02-22 09:24:39 +03:00
SANO Masatoshi b7cc20d5e8 'ros help install' show ros install repository are possible now. 2017-01-08 03:20:34 +09:00
SANO Masatoshi 5e8356e670 separate help.ros 2016-12-26 02:37:52 +09:00