Skip to content

Commit

Permalink
Minor edits to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aklsdm authored Dec 6, 2018
1 parent 8e5c3ec commit cf3a341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Open your .bash_profile. If you're on a Unix machine, you can type `open -a "Sub

You can create an alias for _Alexandria_ by writing `alias alexandria="<path to alexandria>"`. For instance, your alias could say `alias alexandria="/Users/alexandria-markup-server/bin/alexandria"`. Save and close your bash_profile. Before the alias works, you have to resource the bash_profile: type `source ~/.bash_profile` in your terminal.

#### 2b. Add the directory your `PATH`
#### 2b. Add the directory to your `PATH`
In your terminal window, type:
```
export PATH=$PATH:<path to alexandria>
Expand All @@ -82,9 +82,9 @@ in your terminal window. It should return something like the following, with the
```

#### 2c.
If you don't like to change your path, you can create a softlink.
If you don't want to change your path, you can create a softlink.

A soft link (also known as a symbolic link or symlink) consists of a special type of file that serves as a reference to another file or directory. You can create them on your command line:
A softlink (also known as a symbolic link or symlink) consists of a special type of file that serves as a reference to another file or directory. You can create them on your command line:
```
$ ln -s {source-filename} {symbolic-filename}
```
Expand Down

0 comments on commit cf3a341

Please sign in to comment.