From abb718795cf71d2fe3910412bd151c1ed616f5de Mon Sep 17 00:00:00 2001 From: Manuel Rego Casasnovas Date: Wed, 15 Jun 2011 19:30:57 +0200 Subject: [PATCH] [doc] Fixed small typo in INSTALL file. FEA: ItEr74S03CommunityMaterialItEr73S03 --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 2925492ac..9e1f9f73e 100644 --- a/INSTALL +++ b/INSTALL @@ -135,7 +135,7 @@ openSUSE # zypper install java-1_6_0-openjdk postgresql-server postgresql tomcat6 freefont xorg-x11-server -* JDBC Driver manual installation: +* JDBC Driver manual installation:: # cd /usr/share/java/ # wget http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc3.jar @@ -151,7 +151,7 @@ openSUSE # su postgres -c psql -* Use SQL sentences:: +* SQL sentences to create database:: CREATE DATABASE navalplan; CREATE USER navalplan WITH PASSWORD 'navalplan';