We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3796710 commit 02ffcabCopy full SHA for 02ffcab
README.md
@@ -80,7 +80,7 @@ wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/ubuntu/ubuntu-no
80
##### `arch-node-dev` dev environment setup:
81
Run `arch-node-dev` script: *([`fnm`](https://github.com/Schniz/fnm) included to manage node version)*
82
```sh
83
-wget https://raw.githubusercontent.com/NamesMT/linux-stuff/main/arch/arch-node-dev.sh -O- | bash
+curl -fsSL https://raw.githubusercontent.com/NamesMT/linux-stuff/main/arch/arch-node-dev.sh | bash
84
```
85
86
---
0 commit comments