Skip to content

Commit 86a8a23

Browse files
authored
Quick fix to the README - removed old text (#112)
1 parent 2bd75af commit 86a8a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Meanwhile, if you're ready to get started right away, here's what you do.
8080
2. Run `mkdir my-project && cd my-project`
8181
3. Run `nix flake init -t github:numtide/blueprint`
8282

83-
Now you're ready to create some folders and special files. The full documentation shows you all the folders and special files available, but for now let's create a couple of development shells, and a formatter.
83+
Now you're ready to create some folders and special files. The full documentation shows you all the folders and special files available, but for now let's create a package that builds a docker image and runs it.
8484

8585
Remember, the goal is to divide up the flake.nix file into individual modular parts. This not only helps keep your flake.nix file size down, it lets you create reusable modules that you can easily drop into other projects.
8686

87-
Let's create a package the builds a docker container from our source, assuming your source lives in a folder called src off the root folder. Assume your src entry point is a file called hello.py; in this example, just put the following in `hello.py`:
87+
We'll create a package the builds a docker container from our source, assuming your source lives in a folder called src off the root folder. Assume your src entry point is a file called hello.py; in this example, just put the following in `hello.py`:
8888

8989
```
9090
print('Hello from docker!')

0 commit comments

Comments
 (0)