From b4b499d9667f88f1f3156ce4a9aed91aa8d879a6 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 21 Jan 2021 04:09:22 +0000 Subject: [PATCH] Added install instructions --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1054ffd..680c799 100644 --- a/readme.md +++ b/readme.md @@ -3,4 +3,10 @@ [![pipeline status](https://gitlab.com/MisterBiggs/astro-helper/badges/master/pipeline.svg)](https://gitlab.com/MisterBiggs/astro-helper/-/commits/master) -Functions to help with Astronautical Engineering Homework. \ No newline at end of file +Functions to help with Astronautical Engineering Homework. + +## Usage + +```julia +using Pkg; Pkg.add(url="https://gitlab.com/MisterBiggs/astro-helper"); using AstroHelper +```