add "build" command

This commit is contained in:
2026-07-04 20:04:09 +10:00
parent cb5991f342
commit dc8f7a5d76
3 changed files with 44 additions and 2 deletions

View File

@@ -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