Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

fixing typos/grammar #138

Merged
merged 1 commit into from
Aug 29, 2017
Merged
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
8 changes: 4 additions & 4 deletions doc/installation_guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Installation Guide

## Quick Start
mssql-scritper is installed via pip. If you know pip, you can install mssql-scripter using command
mssql-scripter is installed via pip. If you know pip, you can install mssql-scripter using command
```shell
$ pip install mssql-scripter
```
Expand Down Expand Up @@ -70,7 +70,7 @@ $ sudo apt-get install python-pip
$ sudo pip install --upgrade pip
```

Install mssql-scritper using command:
Install mssql-scripter using command:

```shell
$ sudo pip install mssql-scripter
Expand Down Expand Up @@ -103,7 +103,7 @@ More information can be found at:

- [Development guide](development_guide.md#Environment_Setup)

## Error: Could not find version that satifies the requirement mssql-scripter
## Error: Could not find version that satisfies the requirement mssql-scripter
If you see the above error running `pip install mssql-scripter`, this means the pip version used is out-of-date. Upgrade pip using the command:
```shell
$ sudo apt-get install python-pip
Expand Down Expand Up @@ -141,7 +141,7 @@ $ sudo apt-get install libunwind8
```

### Debian 8
The file `/etc/apt/sources.list' needs to updated with the following line
The file `/etc/apt/sources.list' needs to be updated with the following line
```
deb http://ftp.us.debian.org/debian/ jessie main
```
Expand Down