diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 14:54:43 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 14:54:43 +0000 |
| commit | aad71a2f2d3fd12e2388bed64ba5284147202f73 (patch) | |
| tree | 7c77ee0a5e98a120b07ae6b6654dbc60f49f15c2 /README.rst | |
| parent | 92a7e6eebca64c14ef39a328b988e169dd1c8260 (diff) | |
| download | nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.tar nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.tar.gz nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.tar.bz2 nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.tar.lz nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.tar.xz nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.tar.zst nixtaml-aad71a2f2d3fd12e2388bed64ba5284147202f73.zip | |
small README.rst tweaks
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -59,7 +59,6 @@ Future goals: โข migrations from prior manifest ร lockfile versions โข migrations from Flakes, Npins, & Niv โข more :ac:`VCS`\s -โข trying to get mirror support for :ac:`VCS`\s upstreamed into Nixpkgs โข ``nixtamal heal`` for common pitfalls in ``manifest.kdl`` โข :ac:`TUI`? โข provide a flake-like specification for project layout, but with less holes @@ -67,8 +66,8 @@ Future goals: .. warning:: As this software is in the alpha stage, the maker reserves the right make - breaking changes file schemas & :ac:`CLI` :ac:`API`. Additionally, anything after - tagged, the maker reserves the right to obliterate & amend patches. + breaking changes file schemas & :ac:`CLI` :ac:`API`. Additionally, anything + after tagged, the maker reserves the right to obliterate & amend patches. Quickstart =============================================================================== @@ -82,6 +81,7 @@ Set up โโโป+โป โฑโโณโโโโโณโโโโป โโโโโโโโนโโนโฃโซโโโโฃโซโ โนโโโนโฑ โน โน โนโนโน โนโนโนโโ + Creating Nixtamal directory @ ./nix/tamal Writing new Nixtamal EditorConfig @ ./nix/tamal/.editorconfig โฆ Fetching latest value for ใnixpkgsใ โฆ @@ -153,7 +153,7 @@ Building .. code:: console $ nix-shell -p darcs \ - --run "darcs clone 'https://darcs.toastal.in.th/nixtamal/trunk/' nixtamal" + --run "darcs clone https://darcs.toastal.in.th/nixtamal/trunk/ nixtamal" $ cd nixtamal $ nix-build |
