You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ Please cite the following publication if Samasy is used for an academic project:
12
12
13
13
## Getting Started
14
14
15
-
## Best Method: Docker
15
+
###Best and Easiest Method: Docker
16
16
17
-
Samasy is now dockerized, making installation and running dead simple. To get started, install [docker](https://www.docker.com/) and then run the following commands in your terminal:
17
+
Samasy is now dockerized, making installation and running super simple simple. To get started, install [docker](https://www.docker.com/) and then run the following commands in your terminal:
18
18
```bash
19
19
docker # To test that docker is installed properly, should display docker usage and commands
20
20
docker pull ccario83/samasy # To get the samasy docker image
@@ -25,8 +25,8 @@ Now point your browser to http://localhost:9000/ and follow the on-screen instru
25
25
26
26
That's it!
27
27
28
-
## Manual Method
29
-
### Install RVM and Ruby 2.0.0
28
+
###Manual Method
29
+
####Install RVM and Ruby 2.0.0
30
30
This software was written and tested with ruby 2.0.0. We recommend installing this version with rvm if you have a another verison on your system:
0 commit comments