README.md in archer-rails-0.2.2 vs README.md in archer-rails-0.2.3

- old
+ new

@@ -51,16 +51,22 @@ Archer.user ``` ## Clearing History +Disable saving history for the current session with: + +```ruby +Archer.save_session = false +``` + +You should do this when running sensitive commands. + Clear history for current user with: ```ruby Archer.clear ``` - -You should do this after running sensitive commands. ## Configuration Change the number of commands to remember