Skip to content

Commit c39875c

Browse files
committed
docs: updates for first release
1 parent 71bc3d2 commit c39875c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

PLAN.md

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
- Same for before-all and after-all.
1010
- We could try to accumulate as much context as possible, but it doesn't seem worth complicating the existing design currently.
1111

12-
## Milestone: Version 1.0
13-
14-
- Versioning strategy, labels and docs/automation
15-
- Basic contributor agreement if needed
16-
1712
## Post v1 Roadmap
1813

1914
- Get Topiary Nushell formatting working as commit hook (if it's readable)

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ First-time installation:
3737

3838
```nushell
3939
git https://github.com/vyadh/nutest.git
40+
do { cd nutest; git checkout <version> } # Where <version> is the latest release
4041
nupm install nutest --path
4142
```
4243

@@ -54,6 +55,7 @@ First-time installation:
5455

5556
```nushell
5657
git https://github.com/vyadh/nutest.git
58+
do { cd nutest; git checkout <version> } # Where <version> is the latest release
5759
cp -r nutest/nutest <a directory referenced by NU_LIB_DIRS / $env.NU_LIB_DIRS>
5860
```
5961

nupm.nuon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
name: "nutest"
33
type: "module"
4-
version: "1.0.0-alpha"
4+
version: "1.0.0"
55
description: "Nutest, The Nushell test framework"
66
license: "MIT"
77
}

0 commit comments

Comments
 (0)