Fix the last line of README.md
Closed this issue · 3 comments
maxxyme commented
Hello, the last line of the readme is a nonsense, it's a password but has a java command in it:
$ KEYSTORE_PASSWORD=foobar java -jar target/*.jar
https://github.com/spring-cloud-samples/configserver/blob/master/README.md
Cheers.
spencergibb commented
That's standard shell script to set an environment variable before a command
maxxyme commented
Not standard under Windows...
spencergibb commented
hence the $