Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanspoone committed Apr 6, 2015
1 parent 3e093c4 commit 5c16406
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 @@ -116,7 +116,7 @@ If your system isn't being detected:
------------------------------------

1. Add something simpler to this below line **`174`** in the **`cpu2006express.sh`** file:
+ change ***`YOUR_SYSTEM_KEYWORD`*** to the keyword infront of your processor name in the **`/proc/cpuinfo`** file.
+ Change ***`YOUR_SYSTEM_KEYWORD`*** to the keyword infront of your processor name in the **`/proc/cpuinfo`** file.

```bash
############################################################
Expand All @@ -129,8 +129,8 @@ if [ -z "$CPU" ]; then
fi
```
2. Add something simpler to this below line **`287`** in the **`cpu2006express.sh`** file:
+ change ***`YOUR_SYSTEM`*** to your processor name in the **`/proc/cpuinfo`** file.
+ change ***`YOUR_SYSTEM_CONFIG`*** to your config file name.
+ Change ***`YOUR_SYSTEM`*** to your processor name in the **`/proc/cpuinfo`** file.
+ Change ***`YOUR_SYSTEM_CONFIG`*** to your config file name.

```bash
elif [[ $CPU == *'YOUR_SYSTEM'* ]]; then
Expand Down

0 comments on commit 5c16406

Please sign in to comment.