We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rake setup
1 parent 4ab9236 commit 5f2f5f7Copy full SHA for 5f2f5f7
README.md
@@ -141,10 +141,11 @@ gem.add_dependency 'ronin-nmap', '~> 0.1'
141
2. Clone It!
142
3. `cd ronin-nmap/`
143
4. `bundle install`
144
-5. `git checkout -b my_feature`
145
-6. Code It!
146
-7. `bundle exec rake spec`
147
-8. `git push origin my_feature`
+5. `bundle exec rake setup`
+6. `git checkout -b my_feature`
+7. Code It!
+8. `bundle exec rake spec`
148
+9. `git push origin my_feature`
149
150
## License
151
Rakefile
@@ -39,3 +39,5 @@ CommandKit::Completion::Task.new(
39
class_name: 'Ronin::Nmap::CLI',
40
output_file: 'data/completions/ronin-nmap'
41
)
42
+
43
+task :setup => %w[man command_kit:completion]
0 commit comments