Skip to content

Commit

Permalink
ticked checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Replit user committed Dec 5, 2022
1 parent 3a571f4 commit 187e7f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
run = "cowsay Configure me!"

[nix]
channel = "stable-21_11"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pull requests allow you to suggest certain changes you have made to the main rep

Start by editing the following line:

- [ ] git is awesome!
- [x] git is awesome!

Check the box saying git is awesome. You can do this **in the browser** by clicking on this file name(README.md) in the code explorer, and then clicking the edit button(little pencil icon). See [this](https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files#editing-files-in-your-repository) if you are having trouble with this step.

Expand Down
5 changes: 5 additions & 0 deletions replit.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ pkgs }: {
deps = [
pkgs.cowsay
];
}

0 comments on commit 187e7f2

Please sign in to comment.