Skip to content

Commit

Permalink
Merge pull request #330 from Neuroblox/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Add installation instructions and licensing
  • Loading branch information
ChrisRackauckas authored Jan 26, 2024
2 parents 9013940 + d966296 commit 4bc5899
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ We employ ModelingToolkit.jl to describe the dynamical behavior of blox as symbo

## Installation

To install Neuroblox.jl, use the Julia package manager:
To install Neuroblox.jl, first add the JuliaHubRegistry and then use the Julia package manager:

```julia
using Pkg
Pkg.add("PkgAuthentication")
using PkgAuthentication
PkgAuthentication.install("juliahub.com")
Pkg.Registry.add()
Pkg.add("Neuroblox")
```

## Licensing

Neuroblox is free for non-commerical and academic use. For full details of the license, please see
[the Neuroblox EULA](https://github.com/Neuroblox/NeurobloxEULA). For commercial use, get in contact
with sales@neuroblox.org.

0 comments on commit 4bc5899

Please sign in to comment.