updated dependencies, fixed sorting

This commit is contained in:
2025-03-26 08:36:20 +01:00
parent 66f09cf5a3
commit 7296582b0d
6 changed files with 766 additions and 666 deletions

View File

@ -65,7 +65,7 @@ Set up NVM:
```
$ cd
$ curl https://raw.github.com/creationix/nvm/master/install.sh | sh
$ curl https://raw.githubusercontent.com/nvm-sh/nvm/refs/heads/master/install.sh | bash
$ source ~/.nvm/nvm.sh
$ nvm install --lts
```