diff --git a/docs/docs/Building_Your_First_Plugin/Initial_Setup.md b/docs/docs/Building_Your_First_Plugin/Initial_Setup.md index d2b0424e..f3bcaa19 100644 --- a/docs/docs/Building_Your_First_Plugin/Initial_Setup.md +++ b/docs/docs/Building_Your_First_Plugin/Initial_Setup.md @@ -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`. @@ -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) \ No newline at end of file +![Screenshot](images/PostUpload.png)