Skip to content

Commit c5f650e

Browse files
author
Mohamed Sarwat
committed
Update README.txt
fixing installation steps
1 parent c2eb8bd commit c5f650e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
An Open Source Recommendation Engine Built Entirely Inside PostgreSQL 9.2. RecDB allows application developers to build recommendation applications in a heartbeat through a wide variety of built-in recommendation algorithms like user-user collaborative filtering, item-item collaborative filtering, singular value decomposition. Applications powered by RecDB can produce online and flexible personalized recommendations to end-users. You can check out the code, as follows:
33

44
```
5-
$ ssh clone https://github.com/Sarwat/recdb-postgresql.git
5+
$ git clone https://github.com/Sarwat/recdb-postgresql.git
66
```
77

88

99
If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.
1010

1111
### Installation
1212

13-
Once you've synced with GitHub, the folder should contain the source code for PostgreSQL, as well as several Perl scripts and several different .jar files.
13+
Once you've synced with GitHub, the folder should contain the source code for PostgreSQL, as well as several Perl scripts in a folder named "script/".
1414

1515
1. Run the installation script install.pl.
1616

0 commit comments

Comments
 (0)