From 4c45143edbb2f0862bd0fb1663d7951a09c23e35 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 25 Jun 2024 14:01:30 +0900 Subject: [PATCH] Update README.md Adjust the order of installation commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55b9453..672f397 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ brew install youplot ``` ``` -nix shell nixpkgs#youplot +gem install youplot ``` ``` -gem install youplot +nix shell nixpkgs#youplot ``` ```