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

Fix readme #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a simple wrapper script that will be used to enable the use of a two-fac


### Other Software
Idaho National Laboratory is a cutting edge research facility which is a constantly producing high quality research and software. Feel free to take a look at our other software and scientific offerings at:
Idaho National Laboratory is a cutting edge research facility which is constantly producing high quality research and software. Feel free to take a look at our other software and scientific offerings at:

[Primary Technology Offerings Page](https://www.inl.gov/inl-initiatives/technology-deployment)

Expand Down Expand Up @@ -59,13 +59,6 @@ $> conda config --add channels https://conda.software.inl.gov/public
$> conda install ncrc
```

Anaconda (will become deprecated):
```bash
$> conda activate base
$> conda config --add channels idaholab
$> conda install ncrc
```

You can also install NCRC from source:

```bash
Expand All @@ -82,11 +75,10 @@ usage: ncrc [-h] {install,remove,update,search,list} ...
Manage NCRC packages

positional arguments:
{install,remove,update,search,list}
{install,remove,search,list}
Available Commands.
install Install application
remove Prints information on how to remove application
update Update application
search Perform a regular expression search for an NCRC
application
list List all available NCRC applications
Expand Down Expand Up @@ -133,12 +125,6 @@ Installing bison=2021_07_28...
```
Install the latest version of Bison (default Conda behavior), or a specific version thereof.

```bash
$> conda activate bison
$> ncrc update bison
```
Updates Bison (and everything else that may require an update).

```bash
$> ncrc remove bison
Due to the way ncrc wraps itself into conda commands, it is best to
Expand Down