From cbf537a236e522825beb35f54c07e8fd4e2acd6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20H=C3=BCbl?= <89022871+mxhbl@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:10:25 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7544977..86583bb 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,10 @@ [![Coverage](https://codecov.io/gh/mxhbl/NautyGraphs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/mxhbl/NautyGraphs.jl) NautyGraphs.jl is a Julia interface to [_nauty_](https://pallini.di.uniroma1.it/) by Brendan McKay. It allows for efficient isomorphism checking, canonical labeling, and hashing of vertex-labeled graphs. In addition, NautyGraphs.jl is fully compatible with the [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl) API. This makes it easy to create or modify graphs through familiar syntax, and allows NautyGraphs to work with a large library of graph algorithms. -**Warning**: NautyGraph.jl currently does not work on Windows. This will be hopefully be fixed soon. +**Warning**: NautyGraph.jl currently does not work on Windows. This will hopefully be fixed soon. ## Installation To install NautyGraphs.jl from the Julia REPL, enter `]` to enter Pkg mode, and then run ``` -pkg> add https://github.com/mxhbl/nautygraphs_jll.jl pkg> add https://github.com/mxhbl/NautyGraphs.jl ``` ## Basic Usage