begin work on actually getting installing working
This commit is contained in:
19
neb/README.md
Normal file
19
neb/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Nebula Package Manager
|
||||
Nebula is the CLI package manager for the Comet Programming Language.
|
||||
|
||||
The source code for Comet can be found here: https://chookspace.com/Comet/Comet
|
||||
Or for Nebula: https://chookspace.com/Comet/Nebula
|
||||
|
||||
There is also Github mirror of Comet if you would prefer that: https://github.com/SpookyDervish/Comet
|
||||
|
||||
## Usage
|
||||
### Installing a Package
|
||||
To install a package type:
|
||||
```
|
||||
neb install packageName
|
||||
```
|
||||
Or if you wish to install a particular version:
|
||||
```
|
||||
neb install packageName@1.0.0
|
||||
```
|
||||
(replace the number with the version number of the package you want to install)
|
||||
Reference in New Issue
Block a user