mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Tweak README.md.
This commit is contained in:
parent
e4b1425a60
commit
9c252b24a4
19
README.md
19
README.md
|
|
@ -1,14 +1,14 @@
|
|||
# Roswell - Common Lisp environment setup Utility.
|
||||
|
||||
This software is alpha-quality. nothing stable,reliable.
|
||||
This software is alpha-quality. Nothing stable, reliable.
|
||||
|
||||
## Description
|
||||
installing Common Lisp and setting up everything just work is still difficult and you have to learn some tips.
|
||||
Installing Common Lisp and setting up everything just work is still difficult and you have to learn some tips.
|
||||
|
||||
## Why we named roswell?
|
||||
from 'made with secret alien technology'(http://www.lisperati.com/logo.html)
|
||||
I felt making it easier to use lisp for people is a kind of making opportunity for humanbeings to mingle with
|
||||
alien technology.I recall 'roswell incident' by the concept.I'm not sure what you feel.
|
||||
From ‘[made with secret alien technology](http://www.lisperati.com/logo.html)’.
|
||||
|
||||
I felt making it easier to use Lisp for people is a kind of making opportunity for humanbeings to mingle with alien technology. I recall ‘roswell incident’ by the concept. I'm not sure what you feel.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
@ -19,22 +19,21 @@ alien technology.I recall 'roswell incident' by the concept.I'm not sure what yo
|
|||
|
||||
## How to use
|
||||
### install sbcl-bin
|
||||
first of all you have to install lisp environment. so type
|
||||
First of all, you have to install Lisp environment. You can install a binary version of SBCL and Quicklisp from internet by these commands:
|
||||
|
||||
$ ros install sbcl-bin
|
||||
$ ros install quicklisp
|
||||
|
||||
would install binary version of sbcl and quicklisp from the internet.
|
||||
|
||||
### command help
|
||||
after the installation type ros and you'll get some information by
|
||||
After the installation type ros and you'll get some information by
|
||||
|
||||
$ ros
|
||||
|
||||
## Author
|
||||
SANO Masatoshi(snmsts@gmail.com)
|
||||
SANO Masatoshi (snmsts@gmail.com)
|
||||
|
||||
## Special Thanks to
|
||||
* Eitaro Fukamachi (e.arrows@gmail.com) for naming this project.
|
||||
|
||||
## Project
|
||||
* https://github.com/snmsts/roswell
|
||||
|
|
|
|||
Loading…
Reference in a new issue