Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Commit 5a71f9a

Browse files
authored
Update README.md
1 parent c1ac9db commit 5a71f9a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,24 @@
1515
#### Assets yoinked from [analysus](https://github.com/Feyko/analysus/tree/main/amogi/templates) with Feyko's permission because I wanted to do some Julia and try to compete a bit
1616

1717
## How to use
18+
> Note: this algorithm is fastest when run with multiple threads, so launch julia with `-t X` or `--threads X` where X is your computer's logical processor count.
19+
>> Note Note: it's usually better in the long run to put `alias julia="julia -t X"` in your shell's init script.
1820
19-
### Option 1
21+
### Option 1 - Install with Pkg
2022
```julia
2123
using Pkg
2224
pkg"add https://github.com/AstroFloof/FastAmogusCounter.jl.git#master"
2325
using FastAmogusCounter
2426
count_amogus("path/to/thing.png")
2527
```
26-
### Option 2
28+
### Option 2 - Clone and tinker
2729
```sh
2830
git clone https://github.com/AstroFloof/FastAmogusCounter.jl.git
2931
cd FastAmogusCounter
3032
julia --project
31-
```
32-
```julia
33-
using Pkg
34-
Pkg.test()
33+
34+
julia> ]
35+
(FastAmogusCounter) pkg> test
3536
```
3637

3738
## Issues

0 commit comments

Comments
 (0)