DaanHoogland commented on a change in pull request #235: URL: https://github.com/apache/cloudstack-documentation/pull/235#discussion_r684820007
########## File path: source/installguide/building_from_source.rst ########## @@ -383,14 +383,17 @@ line: .. parsed-literal:: - deb http://server.url/cloudstack/repo/binary ./ + deb <http://server.url>/cloudstack/repo/binary ./ If you signed your Release file with GnuPG, import the signing key on your target system first. .. parsed-literal:: - $ wget -q -O - http://server.url/cloudstack/repo/binary/KEY.gpg | sudo apt-key add - + $ wget -q -O - <http://server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add - + +.. note:: + In the previous lines the variable <http://server.url> must be replaced with the URL of the repository Review comment: ```suggestion In the previous lines the variable <server.url> must be replaced with the address of the repository ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org