Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/Building_Your_First_Plugin/Initial_Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To start, we will create a new directory where our new plugin code will live.
Now that we are in our new plugin directory, we can use the `dvp` tool to create a plugin for us. This plugin will be a mere skeleton -- it will not do anything useful until we modify it in the subsequent pages.

```
(venv) first_plugin$ dvp init -n first_plugin -s STAGED -t WINDOWS
(venv) first_plugin$ dvp init -n first_plugin -s STAGED -t UNIX
```

The `-n` argument here means "plugin name." We are using the name `first_plugin`.
Expand Down Expand Up @@ -111,4 +111,4 @@ You will be prompted for a password.

Once the upload is finished, you can verify the installation from the Manage > Toolkits screen in the Delphix Engine UI.

![Screenshot](images/PostUpload.png)
![Screenshot](images/PostUpload.png)