Skip to content

Commit 1534f9a

Browse files
authored
Merge pull request #31 from abigger87/ab/utils
fix: Scripts Confusion
2 parents 0a342f8 + 3393f70 commit 1534f9a

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ git submodule update --init --recursive
1515
forge install
1616
```
1717

18-
Run `./scripts/rename.sh` to rename all instances of `femplate` with the name of your project/repository.
18+
Run `./utils/rename.sh` to rename all instances of `femplate` with the name of your project/repository.
1919

2020
## Blueprint
2121

@@ -51,11 +51,11 @@ forge test
5151

5252
**Deployment & Verification**
5353

54-
Inside the [`scripts/`](./scripts/) directory are a few preconfigured scripts that can be used to deploy and verify contracts.
54+
Inside the [`utils/`](./utils/) directory are a few preconfigured scripts that can be used to deploy and verify contracts.
5555

5656
Scripts take inputs from the cli, using silent mode to hide any sensitive information.
5757

58-
_NOTE: These scripts are required to be _executable_ meaning they must be made executable by running `chmod +x ./scripts/*`._
58+
_NOTE: These scripts are required to be _executable_ meaning they must be made executable by running `chmod +x ./utils/*`._
5959

6060
_NOTE: these scripts will prompt you for the contract name and deployed addresses (when verifying). Also, they use the `-i` flag on `forge` to ask for your private key for deployment. This uses silent mode which keeps your private key from being printed to the console (and visible in logs)._
6161

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)