[tor-commits] [gettor/master] Update README.md

ilv at torproject.org ilv at torproject.org
Tue Sep 22 23:39:12 UTC 2015


commit 3b1360ab82b93a79c1b164e43becd83d39670539
Author: ilv <ilv at users.noreply.github.com>
Date:   Tue Aug 5 17:14:28 2014 -0400

    Update README.md
    
    Fixed wrong path for testing dropbox.py.
---
 README.md |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f1eddb9..a6dea1b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ $ pip install dropbox gnupg
 
 4) Run the script:
 
-$ cd providers/;rm *.links;cd ../src; python dropbox.py
+$ cd src/providers/;rm *.links;cd ..; python dropbox.py
 
 If everything works good, you should see a dropbox.links file inside the 'providers' directory. The script will take the files on upload_dir (default to 'upload/') which end up on .xz and .xz.asc respectively. To add more locales for testing do the following (example for german):
 





More information about the tor-commits mailing list