Skip to content

Commit 395c054

Browse files
committed
Trivia
1 parent 110bbdd commit 395c054

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo s
1818
</p>
1919

2020
<p align="center">
21-
MC simulation of a 2D liquid. This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder. Movie generated with <a href="https://www.ovito.org/"> ovito </a>.
21+
MC simulation of a 2D liquid. This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder. Movie generated with <a href="https://www.ovito.org/"> ovito</a>.
2222
</p>
2323

2424
## Features
@@ -36,22 +36,23 @@ ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo s
3636
- Julia version 1.9 or higher
3737

3838
### Installing ParticlesMC
39-
After the 1st release, you will be able to install ParticlesMC using the Julia package manager in one of two ways:
39+
You can install ParticlesMC using the Julia package manager in one of two ways:
4040

4141
1. Using the package mode (press `]` in the Julia REPL):
4242
```julia
43-
add ParticlesMC
43+
add https://github.com/TheDisorderedOrganization/ParticlesMC.git
4444
```
4545

4646
2. Using the Pkg API:
4747
```julia
4848
using Pkg
49-
Pkg.add("ParticlesMC")
49+
Pkg.add("https://github.com/TheDisorderedOrganization/ParticlesMC.git")
5050
```
5151

5252
### Building ParticlesMC
5353

54-
I you want to build `ParticlesMC`, enter the package mode (press `]` in the Julia REPL) and type:
54+
The build should be automatic when installing `ParticlesMC`. If it hasn't, you can manually build the package, by entering the package mode (press `]` in the Julia REPL) and by typing:
55+
5556
```julia
5657
build
5758
```

0 commit comments

Comments
 (0)