Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

add git secret alternative #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*This code has been depricated* but you can use tools like [cloud.gov caulking](https://github.com/cloud-gov/caulking) to help keep you from checking secrets into your git history.

Laptop
======
[![Build Status](https://circleci.com/gh/18F/laptop.svg)](https://circleci.com/gh/18F/laptop)
Expand Down Expand Up @@ -58,6 +60,9 @@ at your convenience by typing `laptop` and hitting `return` in your Terminal.
[video]: https://github.com/18F/laptop/wiki/Detailed-installation-instructions-with-video

### Want to install just git-seekret?

*This code has been depricated* but you can use tools like [cloud.gov caulking](https://github.com/cloud-gov/caulking) to help keep you from checking secrets into your git history.

In your terminal window, copy and paste the following line, and press `return`:
```sh
curl -s https://raw.githubusercontent.com/18F/laptop/master/seekrets-install | bash -
Expand Down