Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTighe authored Jun 2, 2017
1 parent acabb48 commit f7ffce8
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ installation script, but could also include files necessary for your program to
packaged with several extras. Installation will be handled automatically depending on the presence
of certain extras.

###Installation
**MANDATORY EXTRAS:**
- versionNumber. Check official apps for latest.
- packageName. The name of YOUR package.

### Installation

This comment has been minimized.

Copy link
@shumon123

This comment has been minimized.

Copy link
@shumon123

shumon123 Jan 20, 2018

S

This comment has been minimized.

Copy link
@shumon123
**a.)** Include the string extra "launchType" with either "launchTerm" or "launchXTerm". This
this value will determine whether your program is launched in a regular terminal or in a
VNC session once installation is completed.
Expand All @@ -141,11 +145,15 @@ the tar files are placed in the projects assets directory as .mp2 files, renamin
once they have been installed, and then converted to a URI so that they can be shared with
GNURoot Debian.

###Launch
### Launch
**a.)** Include the string extra "launchType" as above.

**b.)** Include the string extra "command" as above.

**c.)** Include the string extra "versionNumber" as described above.

**d.)** Include the string extra "packageName" as described above.

## Credits:

Uses code from bVNC, Terminal Emulator for Android and PRoot.
Expand Down

2 comments on commit f7ffce8

@shumon123
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

D

@daleleslie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

F off

Please sign in to comment.