From 679a273fd7e8162ee83a12325a2c00bbe16f0f0a Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 3 May 2024 21:58:40 -0400 Subject: [PATCH] ENVY-2 Testing examples. --- docs/src/man/guide.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/src/man/guide.md diff --git a/docs/src/man/guide.md b/docs/src/man/guide.md new file mode 100644 index 0000000..52807e0 --- /dev/null +++ b/docs/src/man/guide.md @@ -0,0 +1,12 @@ +# Package Guide + + + +## Installation + +KEGGAPI can be installed using the Julia package manager. +From the Julia REPL, type `]` to enter the Pkg REPL mode and run + +``` +pkg> add https://github.com/bwbioinfo/KEGGAPI.jl +``` \ No newline at end of file