commit c6a898a3fd9ba495cd3a78e4afb07a0b428c24ba parent 6e7698fd13888481abd3905626dd9da55b722203 Author: Erik Loualiche <eloualic@umn.edu> Date: Tue, 27 May 2025 14:09:00 -0500 some quick changes in readme for CI before I register it to private register Diffstat:
| M | README.md | | | 16 | +++++++++------- |
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md @@ -16,11 +16,13 @@ So far the package provides a one main function: ## Installation -`BazerUtils.jl` is a not a registered package. -You can install it from github via +`BazerUtils.jl` is a registered package. You can install from the main julia registry via the julia package manager ```julia -import Pkg -Pkg.add(url="https://github.com/eloualiche/BazerUtils.jl") +> import Pkg; Pkg.add("BazerUtils.jl") +# or in package mode in the REPL +pkg> add BazerUtils +# or from the main github branch +> import Pkg; Pkg.add("https://github.com/louloulibs/BazerUtils.jl#main") ``` @@ -58,6 +60,6 @@ custom_logger( See my other package - - [BazerData.jl](https://github.com/eloualiche/BazerData.jl) which groups together data wrangling functions. - - [FinanceRoutines.jl](https://github.com/eloualiche/FinanceRoutines.jl) which is more focused and centered on working with financial data. - - [TigerFetch.jl](https://github.com/eloualiche/TigerFetch.jl) which simplifies downloading shape files from the Census. + - [BazerData.jl](https://github.com/louloulibs/BazerData.jl) which groups together data wrangling functions. + - [FinanceRoutines.jl](https://github.com/louloulibs/FinanceRoutines.jl) which is more focused and centered on working with financial data. + - [TigerFetch.jl](https://github.com/louloulibs/TigerFetch.jl) which simplifies downloading shape files from the Census.