Skip to content

Commit 9077246

Browse files
committed
README.md: added valuable descriptions
1 parent 34383a6 commit 9077246

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ If you are using our index from `https://github.com/nixcloud/nix-crates-index.gi
1818

1919
cd crates.io-index
2020
git pull
21+
git rev-parse master
22+
fc336466a7ede6f14ce427deb5a64c5d02d14be0
23+
2124

2225
2. use `nixcrates` to update it
2326

@@ -26,10 +29,8 @@ If you are using our index from `https://github.com/nixcloud/nix-crates-index.gi
2629
rm -Rf *
2730
nixcrates ../crates.io-index/ ./
2831
git add *
29-
30-
git rev-parse master
31-
fc336466a7ede6f14ce427deb5a64c5d02d14be0
32-
32+
33+
# just use the rev from the crates.io-index below
3334
git commit -m 'fc3364: new revision added'
3435

3536
3. afterwards try to build your packages and eventually update `nix-crates-index/all-carg-packages.nix` to reflect dependency changes

0 commit comments

Comments
 (0)