mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Merge branch 'master' of https://github.com/nasa/trick
This commit is contained in:
commit
94f20d426a
@ -70,22 +70,22 @@ first, by following the directions at: [Install Guide](/trick/documentation/inst
|
|||||||
|
|
||||||
Once Trick is installed on your machine, you will need add the Trick **bin**
|
Once Trick is installed on your machine, you will need add the Trick **bin**
|
||||||
directory to your execution path. For the sake of example, let us assume that
|
directory to your execution path. For the sake of example, let us assume that
|
||||||
you installed Trick in your home directory, and you named your Trick directory
|
you installed Trick in your home directory, and you used the default name for
|
||||||
**trick.git**. If you named it something different, then use that name instead
|
the repository, which is **trick**. If you named it something different, then
|
||||||
in the scripts below.
|
use that name instead in the scripts below.
|
||||||
|
|
||||||
If you are using **bash**, then add the following lines to your **.profile**
|
If you are using **bash**, then add the following lines to your **.profile**
|
||||||
file.
|
file.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export TRICK_HOME="${HOME}/trick.git"
|
export TRICK_HOME="${HOME}/trick"
|
||||||
export PATH=${PATH}:${TRICK_HOME}/bin
|
export PATH=${PATH}:${TRICK_HOME}/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using **csh** or **tcsh**, then add the following lines to your **.cshrc** file.
|
If you are using **csh** or **tcsh**, then add the following lines to your **.cshrc** file.
|
||||||
|
|
||||||
```csh
|
```csh
|
||||||
setenv TRICK_HOME ${HOME}/trick.git
|
setenv TRICK_HOME ${HOME}/trick
|
||||||
setenv PATH ${PATH}:${TRICK_HOME}/bin
|
setenv PATH ${PATH}:${TRICK_HOME}/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user