Skip to content

Commit

Permalink
Merge pull request amplab#126 from jaewoosong/master
Browse files Browse the repository at this point in the history
typo fix - sbt assemble -> sbt assembly
  • Loading branch information
robertnishihara committed Apr 29, 2016
2 parents 8cb17c3 + 9fd7c2f commit 199116d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The specific instructions might depend on your cluster configurations, if you ru
```
cd ~/SparkNet
git pull
sbt assemble
sbt assembly
```
4. Now you can for example run the CIFAR App as shown above.
Expand Down Expand Up @@ -160,7 +160,7 @@ The specific instructions might depend on your cluster configurations, if you ru
```
cd ~/SparkNet
git pull
sbt assemble
sbt assembly
```
17. Create the file `~/.bash_profile` and add the following:
Expand Down

0 comments on commit 199116d

Please sign in to comment.