From 686826361511e26bc325a96c9054a17f8a4bb95f Mon Sep 17 00:00:00 2001 From: James Cai Date: Mon, 1 May 2023 00:30:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4ee425..bc0825f 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Exploratory single-cell RNA sequencing (scRNA-seq) data analysis for Julia Run the following command to install the latest update of the `ScRNAseq` package. ```julia -using Pkg; Pkg.add(PackageSpec(url="git://github.com/jamesjcai/ScRNAseq.jl.git")) +using Pkg; Pkg.add(url="https://github.com/jamesjcai/ScRNAseq.jl.git") ```