Updated download links for github
This commit is contained in:
2
README
2
README
@@ -59,7 +59,7 @@ Most of the contents of this file will eventually be added to /install.rb. In th
|
||||
|
||||
5. Install instructions
|
||||
|
||||
Obtain application code either by downloading an archive from http://code.google.com/p/beef/downloads/list or checking out the source from http://code.google.com/p/beef/source/checkout
|
||||
Obtain application code either by downloading an archive from http://code.google.com/p/beef/downloads/list or checking out the source from https://github.com/beefproject/beef/downloads/
|
||||
|
||||
Navigate to the ruby source directory and run:
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ module Banners
|
||||
data = "Version #{version}\n"
|
||||
data += "Website http://beefproject.com\n"
|
||||
data += "Run 'beef -h' for basic help.\n"
|
||||
data += "Run 'git pull https://code.google.com/p/beef master' to update to the latest revision."
|
||||
data += "Run 'git pull https://github.com/beefproject/beef.git master' to update to the latest revision."
|
||||
print_more data
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user