Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Hartmann committed Sep 15, 2015
1 parent 313f48d commit b9b8707
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 @@ -14,12 +14,12 @@ Change to the `/tmp` directory.
cd /tmp
```

Clone the Git Repository
Clone the Git repository.
```
git clone https://github.com/wayne-hartmann/ttf-wps-fonts.git
```

Create a sub directory in your system's fonts directory. This is usually `/usr/share/fonts`, otherwise consult your distributions documentation.
Create a sub directory in your system's fonts directory. This is usually `/usr/share/fonts`, otherwise consult your distribution's documentation.
```
sudo mkdir /usr/share/fonts/wps-fonts
```
Expand All @@ -29,7 +29,7 @@ Move fonts to the new directory.
sudo mv ttf-wps-fonts/* /usr/share/fonts/wps-fonts
```

Fix Permissions
Fix the file permissions.
```
sudo chmod 644 /usr/share/fonts/wps-fonts/*
```
Expand Down

0 comments on commit b9b8707

Please sign in to comment.