README.md in u3d-1.0.1 vs README.md in u3d-1.0.2

- old
+ new

@@ -41,10 +41,12 @@ * `u3d prettify`: Prettify a saved editor logfile [Information on how `prettify` works](https://github.com/DragonBox/u3d/blob/master/LOG_RULES.md) +* `u3d dependencies`: [Linux] Install dependencies that Unity don't install by default on Linux. + ## Installation ```shell gem install u3d ``` @@ -87,11 +89,11 @@ ## Security When you install Unity with this tool, you will have to grant it higher privileges so it can perform the installation. It means that under MacOS and Linux, you will be asked for your `sudo` password. -On Windows, you must launch a administrative command interface to be able to run `local_install` and `install` (only if you install for the latter). +On Windows, you must launch an administrative command interface to be able to run `install` without the `--no-install` option. Same goes for any kind of sanitization where u3d would move files around. ## Examples * List installed versions on your computer: @@ -115,11 +117,11 @@ ```shell u3d install 5.6.0f3 --no-install ``` -* Install version 5.6.0f3 of Unity without downloading it: +* Install previously downloaded version 5.6.0f3: ```shell u3d install 5.6.0f3 --no-download ``` @@ -139,12 +141,13 @@ ## SSL Error If you face an issue similar to this one - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed - -your ruby setup to work with OpenSSL may want to be fixed. +```shell +SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed +``` +your ruby setup to work with OpenSSL probably needs to be fixed. * __On MacOS:__ Your version of OpenSSL may be be outdated, make sure you are using the last one.