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

Grammar Edit - GwendolynK #1

Open
wants to merge 1 commit into
base: master
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Simple script for mounting and un-mounting external drives
# A simple script for mounting and unmounting external drives.

A script that mounts and unmounts usb drives. <br>
A script that mounts and unmounts USB drives. <br>
Made for and tested with raspberry pi and ubuntu. <br>
<br>

Expand All @@ -11,19 +11,19 @@ Made for and tested with raspberry pi and ubuntu. <br>

## Quick start:

First download if you havent already: <br>
First download if you haven't already: <br>
`$ git clone https://github.com/WestleyK/drive-mounting-script.git` <br>
<br>
Then you can install the `drive-mounter` command: <br>
`$ ./auto-install.sh` <br>
Now you should be able to type `drive-mounter` insted of running the script. <br>
<br>
For more info on installing or un-installing, click [here](#install-and-uninstall). <br>
For more info on installing or uninstalling, click [here](#install-and-uninstall). <br>
<br>

## User inerface:

After you run the command you can select a number that corresponds with the drive, <br>
After you run the command you can select a number that corresponds with the drive. <br>
For example, you want to mount the first option, so type `1` <br>

```
Expand Down Expand Up @@ -62,7 +62,7 @@ what would you like to mount or un-mount? [1-8]1

## Option menu:

Here is all the options avalable:
Here are all the options avalable:

```
$ drive-mounter -help
Expand Down