Minor fixes to flashing guide

This commit is contained in:
kn0wmad
2022-11-06 15:15:25 -07:00
parent 63a7142eff
commit 0f08dc56d2

View File

@@ -16,41 +16,37 @@ Extracting the image
Linux Linux
===== =====
#. Download the ``eos.tar.gz`` file and open a terminal in the directory you save it to #. Download the ``eos.tar.gz`` file and open a terminal in the directory you save it to
#. (Optional, but recommended) Verify the checksum against the one listed on GitHub:
.. code-block::
sha256sum eos.img.gz
#. Extract with: #. Extract with:
.. code-block:: .. code-block::
tar -xzvf eos.img.gz tar -xzvf eos.tar.gz
#. (Optional, but recommended) Verify the checksum against the one listed on GitHub:
.. code-block::
sha256sum eos.img
Mac Mac
=== ===
#. Download the ``eos.tar.gz`` file #. Download the ``eos.tar.gz`` file
#. Right-click eos.tar.gz, click "open with," then click Archive Utility to extract
#. (Optional, but recommended) Verify the checksum against the one listed on GitHub: #. (Optional, but recommended) Verify the checksum against the one listed on GitHub:
.. code-block:: .. code-block::
openssl dgst -sha256 eos.img.gz openssl dgst -sha256 eos.img
#. Right-click eos.tar.gz, click "open with," then click Archive Utility to extract
Windows Windows
======= =======
#. Download the ``eos.zip`` file #. Download the ``eos.zip`` file
#. Right-click eos.zip and click "Extract all"
#. (Optional, but recommended) Verify the checksum against the one listed on GitHub: #. (Optional, but recommended) Verify the checksum against the one listed on GitHub:
.. code-block:: .. code-block::
Get-FileHash eos.zip Get-FileHash eos.img
#. Right-click eos.zip and click "Extract all"
In all cases you will be left with the file ``eos.img``
Installing embassyOS Installing embassyOS
-------------------- --------------------