mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-16 02:26:12 +00:00
Rename BPM Repositories to BPM Databases
This commit is contained in:
@@ -30,7 +30,7 @@ You are able to install bpm packages by typing the following:
|
||||
```sh
|
||||
bpm install /path/to/package.bpm
|
||||
```
|
||||
You can also use the package name directly if using repositories
|
||||
You can also use the package name directly if using databases
|
||||
```sh
|
||||
bpm install package_name
|
||||
```
|
||||
@@ -50,7 +50,7 @@ To remove all unused dependencies and clean cached files try using the cleanup c
|
||||
bpm cleanup
|
||||
```
|
||||
|
||||
If using repositories, all packages can be updated using this simple command
|
||||
If using databases, all packages can be updated using this simple command
|
||||
```sh
|
||||
bpm update
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user