diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2014-08-07 08:45:55 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2014-08-07 08:45:55 -0400 |
commit | 218483e9b308c4f4e6ecee0fe9dd522f40269630 (patch) | |
tree | f2a0a11d8c661b9ea237df299f4c38ca7ddc93e0 | |
parent | 67a7ac723920cfcccd291ac3824431bb1d569603 (diff) | |
download | ur_upgrade-218483e9b308c4f4e6ecee0fe9dd522f40269630.tar.gz |
README.md edited online with Bitbucket
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1cc5d5b --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# README #
+
+This script attempts to perform an inline of an *existing* Ureka installation.
+
+ur_upgrade may be useful if you have invested time customizing your environment, and are wary of installing the latest version manually.
+
+### Usage ###
+
+usage: ur_upgrade.py [-h] [--latest] [--request REQUEST] [--mirror MIRROR]
+ UR_DIR
+
+Ureka Upgrade Utility
+
+positional arguments:
+ UR_DIR Absolute path to Ureka installation
+
+optional arguments:
+ -h, --help show this help message and exit
+ --latest Upgrade to the latest (stable) version
+ --request REQUEST Upgrade to a specific version
+ --mirror MIRROR Use a Ureka download mirror
+
+### License ###
+
+BSD
\ No newline at end of file |