From 802b7d6b79cbd5d94cc6357ce12eec82dbd21088 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sat, 18 May 2019 14:22:58 -0700 Subject: [PATCH] Minor cleanup of custom server install documents - Use sudo when installing packages - Minor text cleanup --- docs/install/custom-server.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/custom-server.rst b/docs/install/custom-server.rst index 651abce..592414f 100644 --- a/docs/install/custom-server.rst +++ b/docs/install/custom-server.rst @@ -34,15 +34,15 @@ Step 1: Installing The Littlest JupyterHub #. Using a terminal program, SSH into your server. This should give you a prompt where you can type commands. -#. Make sure you have ``Python3``, ``curl`` and ``git`` installed. On latest Ubuntu you can get all of these with: +#. Make sure you have ``python3``, ``curl`` and ``git`` installed. .. code:: - apt-get install python3 git curl + sudo apt install python3 git curl #. Copy the text below, and paste it into the terminal. Replace ```` with the name of the first **admin user** for this - JupyterHub. Choose any name you like (don't forget to replace the brackets!). + JupyterHub. Choose any name you like (don't forget to remove the brackets!). This admin user can log in after the JupyterHub is set up, and can configure it to their needs. **Remember to add your username**!