Skip to content

Commit

Permalink
Updated usage example with files inside folders
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhellberg committed Dec 21, 2014
1 parent b7ee355 commit e61f0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export NEOCITIES_PASS=<pass>

Then you should be able to upload files to your website:

neocities upload foo.html bar.js baz.jpg
neocities upload foo.html bar.js folder/baz.jpg

You can also delete files:

neocities delete foo.html
neocities delete foo.html folder/baz.jpg

You get a list of available commands by default:

Expand Down

0 comments on commit e61f0e7

Please sign in to comment.