From d87cc27287c6d23069fb7b1f6e57178a43e526a0 Mon Sep 17 00:00:00 2001 From: Haris Orgn Date: Mon, 14 Oct 2024 16:05:05 +0300 Subject: [PATCH] add missing download link --- docs/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/install.md b/docs/src/install.md index 582d498d..99864e69 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -15,7 +15,7 @@ The next step is to install Neuroblox from the JuliaHubRegistry. It is also usef ``` julia using Downloads -Downloads.download( , joinpath(@__DIR__, "Project.toml")) +Downloads.download("raw.githubusercontent.com/Neuroblox/NeurobloxDocsHost/refs/heads/main/Project.toml", joinpath(@__DIR__, "Project.toml")) Pkg.activate(@__DIR__) Pkg.instantiate() ```