Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samhedin committed Jan 30, 2022
1 parent b3894eb commit af2152e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rustic-doc/README.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#+TITLE: Readme
The way I develop the filter is:
1. Select an html-file to focus on, such as [[./debug_files/enum.Option.html]].
2. Open [[./filter.lua]].
2. Open the haskell filter in [[./pandoc_filter/app/Main.hs]]
3. Open [[./debug_files/option.org]].
4. Open [[./debug_files/filterednative]].
5. Running `make` will now update =option.org= with the org-representation and =filterednative= with the pandoc representation. If anything looks weird in the org-version, more details can be found in filterednative.
5. Running `make standard` will now update =option.org= with the org-representation and =filterednative= with the pandoc representation. If anything looks weird in the org-version, more details can be found in filterednative.
6. See [[./Makefile]] for the alternatives. =make standard= uses the default, whereas =make primitive= uses HTML for the type =i16=, which is formatted differently since it is a primitive.

0 comments on commit af2152e

Please sign in to comment.