Skip to content

Commit

Permalink
updated download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rlipkis committed Feb 16, 2022
1 parent dd91083 commit a8802ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ AdaStress provides three primary services:

## Prerequisites

AdaStress is written in the Julia programming language. If you do not have Julia on your computer, follow [the official instructions](https://julialang.org/downloads/platform) to download the latest version. For information on using Julia, see the [language documentation](https://docs.julialang.org). To download and build the latest version of AdaStress, open the Julia REPL, type `]` to enter the interactive package mode, and enter the command
AdaStress is written in the Julia programming language. If you do not have Julia on your computer, follow [the official instructions](https://julialang.org/downloads/platform) to download the latest version. For information on using Julia, see the [language documentation](https://docs.julialang.org). To download and build the latest version of AdaStress, open the Julia REPL, and type
```
add https://babelfish.arc.nasa.gov/bitbucket/scm/adastress/adastress.git
using Pkg
Pkg.add("AdaStress")
```
To use the package, enter the command
or type `]` to enter the interactive package mode and enter the command
```
using AdaStress
add AdaStress
```

## Problem setup
Expand Down
9 changes: 5 additions & 4 deletions docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ AdaStress provides three primary services:

## Prerequisites

AdaStress is written in the Julia programming language. If you do not have Julia on your computer, follow [the official instructions](https://julialang.org/downloads/platform) to download the latest version. For information on using Julia, see the [language documentation](https://docs.julialang.org). To download and build the latest version of AdaStress, open the Julia REPL, type `]` to enter the interactive package mode, and enter the command
AdaStress is written in the Julia programming language. If you do not have Julia on your computer, follow [the official instructions](https://julialang.org/downloads/platform) to download the latest version. For information on using Julia, see the [language documentation](https://docs.julialang.org). To download and build the latest version of AdaStress, open the Julia REPL, and type
```
add https://babelfish.arc.nasa.gov/bitbucket/scm/adastress/adastress.git
using Pkg
Pkg.add("AdaStress")
```
To use the package, enter the command
or type `]` to enter the interactive package mode and enter the command
```
using AdaStress
add AdaStress
```

## Architecture
Expand Down

0 comments on commit a8802ee

Please sign in to comment.