Reorder and condense README
Committed 9e5121
--- a/README.md
+++ b/README.md
sudo apt update
sudo apt install firefox
+### Install Node
+
+ !shell
+ curl --proto '=https' --tlsv1.2 -fsSL https://deb.nodesource.com/setup_21.x | sudo bash -
+ sudo apt install -y nodejs
+
### Install Python
!shell
make
sudo make install
-### Install Poetry
+### Install Poetry & Pyright
!shell
curl --proto '=https' --tlsv1.2 -fsSL https://install.python-poetry.org | python3 -
-
-### Install Node
-
- !shell
- curl --proto '=https' --tlsv1.2 -fsSL https://deb.nodesource.com/setup_21.x | sudo bash -
- sudo apt install -y nodejs
-
-### Install Pyright
-
- !shell
sudo npm install -g pyright
-### Install Docker
+### Install Docker & Act
!shell
sudo install -m 0755 -d /etc/apt/keyrings
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt update
-
-### Install act
-
- !shell
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
## Initialize directory structure