Repositioned Google Colab as Option 4
authorScriptTiger <redacted>
Mon, 12 Jun 2023 10:00:44 +0000 (18:00 +0800)
committerGitHub <redacted>
Mon, 12 Jun 2023 10:00:44 +0000 (18:00 +0800)
readme_template.md

index 6103f404b354ce008970b0cc751368c2abbc1be0..99562042b34286192fe56682c0b709474798d9b9 100644 (file)
@@ -138,8 +138,6 @@ docker run --rm -it stevenblack-hosts updateHostsFile.py
 
 ### Option 3: Generate it in your own environment
 
-You can also alternatively use either your own local or remote environment, such as quickly and easily spinning up a free [Google Colab](https://colab.research.google.com/drive/1tYWXpU2iuPDqN_o03JW9ml3ExO80eBLq?usp=sharing) environment.
-
 To generate your own amalgamated hosts files you will need Python 3.6 or later.
 
 First, install the dependencies with:
@@ -152,6 +150,10 @@ pip3 install --user -r requirements.txt
 at the user level. More information about it can be found on pip
 [documentation](https://pip.pypa.io/en/stable/reference/pip_install/?highlight=--user#cmdoption-user).
 
+### Option 4: Generate it in Google Colab
+
+Spin up a free remote [Google Colab](https://colab.research.google.com/drive/1tYWXpU2iuPDqN_o03JW9ml3ExO80eBLq?usp=sharing) environment.
+
 ### Common steps regardless of your development environment
 
 To **run unit tests**, in the top-level directory, run:
git clone https://git.99rst.org/PROJECT