소스 검색

fix typo and error in windows documentation

oz123 11 년 전
부모
커밋
0fe248bd05
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -4,10 +4,11 @@ A nice command line password manager, which is smart enough to use different SQL
 Pwman3 can also copy passwords to the clipboard (on Mac and Linux) without exposing them, so you save
 some typing. 
 Besides managing and storing passwords, Pwman3 can also generate passwords using different algorithms. 
+
 ## Nice Features in pwman3:
 
  * copying of passwords to clipboard
- * lauching specific uri's with default browser
+ * launching specific uri's with default browser
  * password generators
 
 ## A very important note about security
@@ -70,7 +71,7 @@ You need to compile python-crypto using mingw, after you downloaded the source c
 pycrypto and extracted it do the following inisde the source code direcotry:
 
     C:\Temp\pycrypto> python setup.py build -c mingw32 
-    C:\Temp\pycrypto> python setup.py install
+    C:\Temp\pycrypto> python setup.py bdist_wininst
 
 Now you should be able to run pwman3 on Windows.