Skip to content

Commit b5f84a7

Browse files
committed
Fix install-translations.sh
1 parent e8c2cdf commit b5f84a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ $ composer create-project kenjis/codeigniter-composer-installer codeigniter
3838
If you want to install translations for system messages (requires shell):
3939

4040
```
41+
cd /path/to/codeigniter/
4142
$ bin/install-translations.sh
4243
```
4344

bin/install-translations.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99

1010
cd `dirname $0`
1111

12+
user="bcit-ci"
13+
repos="codeigniter3-translations"
14+
1215
if [ $# -eq 0 ]; then
13-
echo "Install Translations for CodeIgniter System Messages"
16+
echo "Install Translations for CodeIgniter System Messages ($user/$repos)"
1417
echo " usage: $0 <version/branch>"
1518
echo " eg: $0 3.0.0"
1619
echo " eg: $0 master"

0 commit comments

Comments
 (0)