add "build" command
This commit is contained in:
@@ -8,7 +8,7 @@ There is also Github mirror of Comet if you would prefer that: https://github.co
|
||||
|
||||
## Usage
|
||||
### Installing a Package
|
||||
To install a package type:
|
||||
To install a rock type:
|
||||
```
|
||||
neb install packageName
|
||||
```
|
||||
@@ -16,12 +16,13 @@ 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)
|
||||
(replace the number with the version number of the rock you want to install)
|
||||
|
||||
## Changelog
|
||||
### 1.2.0
|
||||
- Add support for modules written in Comet
|
||||
- Made it so that you don't have to build Comet to install the headers
|
||||
- Added the `neb build` command to make it easier to develop rocks
|
||||
|
||||
### 1.1.0
|
||||
- Switched from getting the latest commit of packages to getting the latest release
|
||||
|
||||
Reference in New Issue
Block a user