chore: minor changes to README
This commit is contained in:
parent
b0f8adef2a
commit
dc6a141ca1
1 changed files with 3 additions and 3 deletions
|
|
@ -38,7 +38,7 @@ Start the server. The `--init` flag with create the default files and directory
|
|||
makeshift serve --root $HOME/apps/makeshift/server --init
|
||||
```
|
||||
|
||||
From here, you might want to see what files are available by default.
|
||||
From here, you might want to see what files, plugins, and profiles that are available by default.
|
||||
|
||||
```bash
|
||||
# list the files in the root directory
|
||||
|
|
@ -60,7 +60,7 @@ makeshift list profiles
|
|||
makeshift list profiles default
|
||||
```
|
||||
|
||||
Then, we can start downloading some files or directories (as archives).
|
||||
Then, we can start downloading some files or directories (as archives) both with and without running plugins.
|
||||
|
||||
```bash
|
||||
# download all data (notice --host and --port are not set here)
|
||||
|
|
@ -158,7 +158,7 @@ type Example struct{}
|
|||
func (p *Example) Name() string { return "example" }
|
||||
func (p *Example) Version() string { return "v0.0.1-alpha" }
|
||||
func (p *Example) Description() string { return "An example plugin" }
|
||||
func (p *Example) Metadata() map[string]string {
|
||||
func (p *Example) Metadata() map[string]any {
|
||||
return makeshift.Metadata{
|
||||
"author": map[string]any{
|
||||
"name": "John Smith",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue