-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update README and justfile for improved Nix usage
- README.md: - Add instructions for running Topos and its dependencies using `nix run` - Reorganize setup instructions into "Production" and "Development" sections - Remove outdated instructions for setting up Spacy models - Remove requirement for python-tk - Update development shell instructions - justfile: - Update 'run' recipe to use `nix run .` instead of `topos run` These changes simplify the setup process for new users and developers, leveraging Nix to manage dependencies and provide a consistent environment. The updated documentation reflects our shift towards a more Nix-centric workflow, making it easier for contributors to get started with the project.
- Loading branch information
1 parent
c77d7a0
commit 6df478c
Showing
2 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters