From 76066d1e091005a75d6608536649f14bc316ad7a Mon Sep 17 00:00:00 2001 From: henteko Date: Wed, 28 Oct 2015 19:40:46 +0900 Subject: [PATCH] update README --- README.md | 9 ++++++++- deploygate.gemspec | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 352b506..3256fbb 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,19 @@ $ gem install deploygate ``` ## Usage -Upload an application: + +### Upload apps ``` $ dg deploy [package file path] ``` +### iOS build and upload + +``` +$ dg deploy [ios project path] +``` + ## License Copyright (C) 2015 DeployGate All rights reserved. diff --git a/deploygate.gemspec b/deploygate.gemspec index 5156720..bdbb466 100644 --- a/deploygate.gemspec +++ b/deploygate.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| dg installed! To get started fast: - $ dg deploy [app_file_path] + $ dg deploy Or see the docs at: