diff --git a/README.md b/README.md index a9c3b36..a4fe12b 100644 --- a/README.md +++ b/README.md @@ -200,15 +200,23 @@ To obtain your current profile: ### Step 5 [OPTIONAL]: Upload activities to Garmin Connect -* Install dependencies: garmin-uploader - * e.g., on Linux/Mac: ``pip install garmin-uploader`` - * e.g., on Windows in command prompt: ``C:\Python27\Scripts\pip.exe install garmin-uploader`` +* Install dependencies: garmin-uploader, cryptography (optional) + * e.g., on Linux/Mac: ``pip install garmin-uploader cryptography`` + * e.g., on Windows in command prompt: ``C:\Python27\Scripts\pip.exe install garmin-uploader cryptography`` * Create a file garmin_credentials.txt in the ``storage/`` directory containing your login credentials ``` ``` * Note: this is not secure. Only do this if you are comfortable with your login credentials being stored in a clear text file. +* If multiplayer is enabled, use the upload button in the launcher window to encrypt the credentials file. + + +### Step 6 [OPTIONAL]: Enable multiplayer + +* Create a multiplayer.txt file in the ``storage`` directory. +* Create a server-ip.txt file in the ``storage`` directory containing the IP address of the PC running zoffline. + ## Discord and zoffline (online) server @@ -216,6 +224,7 @@ Please join the [Discord](https://discord.gg/GMdn8F8) and our enhanced version o Follow the guide in #instructions to create your account and join other Zwifters. + ## Dependencies Docker