Giter Club home page Giter Club logo

Comments (4)

ddanier avatar ddanier commented on May 30, 2024 1

Also I did add a lot of docs, maybe this helps you getting started with nur 😉
(especially some details about how nu scripting works)

Just one additional note about how to do development stuff in addition:
Basically all you need to know is how to work with rust and thus again cargo. If you clone the repository you can just cd into it, then do something like cargo build ; cargo run -- --help to run a dev build of nur. But this all is just how you would develop any other rust program and not special to nur. 😉👍

I did read the rust book before working on this. rust has many concept that are somewhat strange when first reading some of the code. You will need to understand things like Some, Result and ?, enums, structs and ownership. Otherwise rust code just looks somewhat strange.

from nur.

ddanier avatar ddanier commented on May 30, 2024

@bambamboole I hope this helps:
https://github.com/ddanier/nur?tab=readme-ov-file#installing-nur

Thanks for the hint this is missing. I just used cargo for everything and never though about others not knowing how to handle rust packages.

Of course you need to have cargo installed - as of now.

See https://doc.rust-lang.org/cargo/getting-started/installation.html for details.

from nur.

ddanier avatar ddanier commented on May 30, 2024

I will close this issue, as it has been resolved :)

from nur.

bambamboole avatar bambamboole commented on May 30, 2024

Awesome! thank you!

from nur.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.