Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Docs #187

Closed
cortner opened this issue Nov 9, 2023 · 1 comment
Closed

Installation Docs #187

cortner opened this issue Nov 9, 2023 · 1 comment

Comments

@cortner
Copy link
Member

cortner commented Nov 9, 2023

The installation docs currently have a conflict: 1. says to make sure the General registry is installed. Then 2. says to install the General registry. I wonder whether this can cause problems. Maybe the right way to change this is

using Pkg
Pkg.activate(".")
# uncomment the next line if the General registry is not yet installed,
# e.g. if using Julia for the first time.
# Pkg.Registry.add("General")  
Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))
Pkg.add("ACEpotentials")

@tjjarvinen @wcwitt

cortner pushed a commit that referenced this issue Sep 13, 2024
@cortner
Copy link
Member Author

cortner commented Sep 13, 2024

closed by commit 185ae3c

@cortner cortner closed this as completed Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant