Skip to content

Commit

Permalink
Add installation instructions and licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jan 26, 2024
1 parent 9013940 commit d966296
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 d966296

Please sign in to comment.