Update README.md

Adjust the order of installation commands
This commit is contained in:
kojix2
2024-06-25 14:01:30 +09:00
committed by GitHub
parent ef6794e32f
commit 4c45143edb

View File

@@ -19,11 +19,11 @@ brew install youplot
```
```
nix shell nixpkgs#youplot
gem install youplot
```
```
gem install youplot
nix shell nixpkgs#youplot
```
```