Skip to content

Commit 5f2f5f7

Browse files
committed
Added a rake setup task to generate any missing files.
1 parent 4ab9236 commit 5f2f5f7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,11 @@ gem.add_dependency 'ronin-nmap', '~> 0.1'
141141
2. Clone It!
142142
3. `cd ronin-nmap/`
143143
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`
144+
5. `bundle exec rake setup`
145+
6. `git checkout -b my_feature`
146+
7. Code It!
147+
8. `bundle exec rake spec`
148+
9. `git push origin my_feature`
148149

149150
## License
150151

Rakefile

+2
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ CommandKit::Completion::Task.new(
3939
class_name: 'Ronin::Nmap::CLI',
4040
output_file: 'data/completions/ronin-nmap'
4141
)
42+
43+
task :setup => %w[man command_kit:completion]

0 commit comments

Comments
 (0)