You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addons/source-python/docs/source-python/source/general/installation.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Installation steps
30
30
31
31
1. Download the latest Source.Python version from our `buildbot <http://builds.sourcepython.com/job/Source.Python/lastSuccessfulBuild/>`_.
32
32
2. Extract the archive in your server's game folder. E.g. ``../my_servers/css/cstrike/``
33
-
3. Start/restart your server and validate the installation by typing ``sp info`` into the server console. It should print something like this:
33
+
3. Start/restart your server and validate the installation by typing ``sp info`` into the server console (use ``rcon`` if you are not working directly on your server). It should print something like this:
Copy file name to clipboardExpand all lines: addons/source-python/docs/source-python/source/general/updating.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ Manually
14
14
Automatically
15
15
-------------
16
16
17
-
1. Run the command ``sp update`` and follow the instructions printed to the console (mostly, it's just a restart).
17
+
1. Run the command ``sp update`` in your server console (use ``rcon`` if you are not working directly on your server) and follow the instructions printed to the console (mostly, it's just a restart).
0 commit comments