Skip to content

Commit

Permalink
Fix doc - start server need -Dfile.encoding.
Browse files Browse the repository at this point in the history
  • Loading branch information
good-life committed Nov 27, 2012
1 parent dc49e96 commit 0086bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

使用如下命令运行服务器:

java -jar pushtalk-server-with-dependencies.jar
java -Dfile.encoding=UTF-8 -jar pushtalk-server-with-dependencies.jar

`注:实际的文件名后边一般会加上一个版本号。`

Expand Down

0 comments on commit 0086bef

Please sign in to comment.