Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 10, 2016
1 parent 080db21 commit 9d8f990
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ Add the subsection `targets` and add one or more entry:
"description": "A local folder",
"dir": "E:/test/my_package_files"
},
{
"type": "local",
"name": "My network folder",
"description": "A SMB shared network folder",
"dir": "\\\\MyServer\\my_package_files"
},
{
"type": "sftp",
"name": "My SFTP folder",
Expand Down Expand Up @@ -175,7 +181,7 @@ Deploys to a FTP server.

#### local

Deploys to a local folder.
Deploys to a local folder or a shared folder inside your LAN.

| Name | Description |
| ---- | --------- |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.5.0",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.5.0"
"vscode": "^1.5.1"
},
"license": "MIT",
"categories": [
Expand Down

0 comments on commit 9d8f990

Please sign in to comment.